guix-commits
[Top][All Lists]
Advanced

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

30/33: gnu: Add texlive-serbian-lig.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-serbian-lig.
    
    * gnu/packages/tex.scm (texlive-serbian-lig): 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 29adefcd14..ec425010be 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8619,6 +8619,25 @@ a @code{\\date} command that solves the problem.")
 language in Cyrillic scripts in T2A encoding and CP1251 code pages.")
     (license license:lppl1.3+)))
 
+(define-public texlive-serbian-lig
+  (package
+    (name "texlive-serbian-lig")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/serbian-lig/"
+                   "tex/latex/serbian-lig/")
+             (base32
+              "1vq33mr8br7z7y5ayb5wmhy0ralgx6alb9kmhaahdx8a105dl81b")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/serbian-lig";)
+    (synopsis "Control ligatures in Serbian")
+    (description
+     "The package suppresses @samp{fi} and @samp{fl} (and other ligatures) in
+Serbian text written using Roman script.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-sesamanuel
   (package
     (name "texlive-sesamanuel")



reply via email to

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