guix-commits
[Top][All Lists]
Advanced

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

08/47: gnu: Add texlive-chessfss.


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

ngz pushed a commit to branch master
in repository guix.

commit 94578cde33833f6955e4ae52696ba967c60fdf87
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:07:32 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8b1db254c3..10c18aadcf 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4259,6 +4259,32 @@ board.  It has a lot of options to place pieces on the 
board.  Using exotic
 pieces (e.g., for fairy chess) is possible.")
     (license license:lppl)))
 
+(define-public texlive-chessfss
+  (package
+    (name "texlive-chessfss")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/chessfss/"
+                   "fonts/enc/dvips/chessfss/"
+                   "source/latex/chessfss/"
+                   "tex/latex/chessfss/")
+             (base32
+              "1l51famz3zx9v4v0mdxwk51xhaidwgfplf268q2f1ipif9h6ma5d")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/chessfss";)
+    (synopsis "Package to handle chess fonts")
+    (description
+     "This package offers commands to use and switch between chess fonts.
+It uses the LaTeX font selection scheme (nfss).  The package doesn't parse,
+format and print PGN input like e.g., the packages @code{skak} or
+@code{texmate}; the aim of the package is to offer writers of chess packages
+a bundle of commands for fonts, so that they don't have to implement all these
+commands for themselves.  A normal user can use the package to print
+e.g,. single chess symbols and simple diagrams.")
+    (license license:lppl)))
+
 (define-public texlive-chhaya
   (package
     (name "texlive-chhaya")



reply via email to

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