guix-commits
[Top][All Lists]
Advanced

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

46/47: gnu: Add texlive-xskak.


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

ngz pushed a commit to branch master
in repository guix.

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

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b859456c51..771c1d590a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14898,6 +14898,27 @@ to be able to create multilingual documents.")
 write games or parts of games and show diagrams with special positions.")
     (license license:lppl)))
 
+(define-public texlive-xskak
+  (package
+    (name "texlive-xskak")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/xskak/" "source/latex/xskak/"
+                   "tex/latex/xskak/")
+             (base32
+              "0b17y5i24adpb7f8jxf3lc5zwb1q4yf3w2vx9ql73xpi39xg6mcj")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/xskak";)
+    (synopsis "Extension to the @code{skak} package for chess typesetting")
+    (description
+     "Xskak, as its prime function, saves information about a chess game for
+later use (e.g., to loop through a game to make an animated board).  The
+package also extends the input that the parsing commands can handle and offers
+an interface to define and switch between indefinite levels of styles.")
+    (license license:lppl)))
+
 (define-public texlive-xyling
   (package
     (name "texlive-xyling")



reply via email to

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