guix-commits
[Top][All Lists]
Advanced

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

32/33: gnu: Add texlive-xecyrmongolian.


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

ngz pushed a commit to branch master
in repository guix.

commit 2afe8c2396b6e12e39454a2b2682c1d9dac8a330
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 14 15:17:09 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 41df13799e..dedc417960 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9803,6 +9803,29 @@ These arrows are usually used to give explanations 
concerning the mathematical
 calculus presented.")
     (license license:lppl1.3+)))
 
+(define-public texlive-xecyrmongolian
+  (package
+    (name "texlive-xecyrmongolian")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/xecyrmongolian/"
+                   "source/latex/xecyrmongolian/"
+                   "tex/latex/xecyrmongolian/")
+             (base32
+              "0097l8vx76sqpimljwxw194yg6drxzagjxflq3y99n0a0yisax05")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xecyrmongolian";)
+    (synopsis
+     "Basic support for Cyrillic Mongolian documents using (Xe|Lua)LaTeX")
+    (description
+     "The @code{xecyrmongolian} package can be used to produce documents in
+Cyrillic Mongolian using either XeLaTeX or LuaLaTeX.  The command
+@code{\\setlanguage} can be used to load alternative hyphenation patterns so
+to be able to create multilingual documents.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-xymtex
   (package
     (name "texlive-xymtex")



reply via email to

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