guix-commits
[Top][All Lists]
Advanced

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

15/25: gnu: Add texlive-na-box.


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

ngz pushed a commit to branch master
in repository guix.

commit 4dd47ed354479aeec009523b80b1c2fb5bdbec74
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Aug 15 19:24:39 2023 +0200

    gnu: Add texlive-na-box.
    
    * gnu/packages/tex.scm (texlive-na-box): 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 f9c8c4b54e..2bb993c025 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8276,6 +8276,25 @@ blank pages.")
 1 formats, which cover the Mxedruli and the Xucuri alphabets.")
     (license license:lppl)))
 
+(define-public texlive-na-box
+  (package
+    (name "texlive-na-box")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/xelatex/na-box/" "tex/xelatex/na-box/")
+             (base32
+              "1j02k0d4m23yackb1vn8pajxwkimkkrx9h512xs3hkxdi6qdwb73")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/na-box";)
+    (synopsis "Arabic-aware version of @code{pas-cours} package")
+    (description
+     "This is a modified version of the @code{pas-cours} package made
+compatible with XeLaTeX and Polyglossia to write Arabic documents with fancy
+boxed @code{theorem}-alike environments.")
+    (license license:lppl)))
+
 (define-public texlive-naive-ebnf
   (package
     (name "texlive-naive-ebnf")



reply via email to

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