guix-commits
[Top][All Lists]
Advanced

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

19/25: gnu: Add texlive-simurgh.


From: guix-commits
Subject: 19/25: gnu: Add texlive-simurgh.
Date: Tue, 15 Aug 2023 13:44:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0c1408bef3cf3fa3413f8a6c5ed8430456d53359
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:29:26 2023 +0200

    gnu: Add texlive-simurgh.
    
    * gnu/packages/tex.scm (texlive-simurgh): 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 fdd96712ab..64c7dd4e37 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -19863,6 +19863,25 @@ popular Java script Bootstrap.")
 mirrors for use in optical diagrams.")
     (license license:lppl1.3c)))
 
+(define-public texlive-simurgh
+  (package
+    (name "texlive-simurgh")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/lualatex/simurgh/"
+                   "tex/lualatex/simurgh/")
+             (base32
+              "11256ssaq6hw6c93ldfgyp0gagv69hl54yg1c8wl5wkc0mrh42rb")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/simurgh";)
+    (synopsis "Typeset Parsi in LuaLaTeX")
+    (description
+     "The package provides an automatic and unified interface for Parsi
+typesetting in LaTeX, using the LuaTeX engine.")
+    (license license:gpl2)))
+
 (define-public texlive-smartdiagram
   (package
     (name "texlive-smartdiagram")



reply via email to

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