guix-commits
[Top][All Lists]
Advanced

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

45/47: gnu: Add texlive-xq.


From: guix-commits
Subject: 45/47: gnu: Add texlive-xq.
Date: Thu, 17 Aug 2023 09:52:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit e76b90b24485029f881a2e2d3852f1d02803df58
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:25:42 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7ef5b178e2..b859456c51 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14878,6 +14878,26 @@ Cyrillic Mongolian using either XeLaTeX or LuaLaTeX.  
The command
 to be able to create multilingual documents.")
     (license license:lppl1.3c)))
 
+(define-public texlive-xq
+  (package
+    (name "texlive-xq")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/xq/" "fonts/source/public/xq/"
+                   "fonts/tfm/public/xq/" "tex/latex/xq/")
+             (base32
+              "1g9j4vdlcnidv247bmagqd7q357h6fkg3b5cx1765n38k1bx8ikx")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/xq";)
+    (synopsis "Support for writing about xiangqi")
+    (description
+     "The package is for writing about xiangqi or chinese chess.  You can
+write games or parts of games and show diagrams with special positions.")
+    (license license:lppl)))
+
 (define-public texlive-xyling
   (package
     (name "texlive-xyling")



reply via email to

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