guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

27/33: gnu: Add texlive-serbian-apostrophe.


From: guix-commits
Subject: 27/33: gnu: Add texlive-serbian-apostrophe.
Date: Mon, 14 Aug 2023 09:22:16 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit bf22d643ba3acede640349155639b3d84dcc1ca7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 15:16:08 2023 +0200

    gnu: Add texlive-serbian-apostrophe.
    
    * gnu/packages/tex.scm (texlive-serbian-apostrophe): New variable.
---
 gnu/packages/tex.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 90c59da59f..6c93f3f1b0 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8561,6 +8561,25 @@ LaTeX documents.  This may be particularly useful for 
Math Teachers and IT
 specialists.")
     (license license:lppl1.3c)))
 
+(define-public texlive-serbian-apostrophe
+  (package
+    (name "texlive-serbian-apostrophe")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/serbian-apostrophe/"
+                   "tex/latex/serbian-apostrophe/")
+             (base32
+              "0hkgm4q74kn172nr5whlwjq88sfqm66cvnsv7nidcqssybnn5891")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/serbian-apostrophe";)
+    (synopsis "Commands for Serbian words with apostrophes")
+    (description
+     "The package provides a collection of commands (whose names are Serbian
+words) whose expansion is the Serbian word with appropriate apostrophes.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-sesamanuel
   (package
     (name "texlive-sesamanuel")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]