guix-commits
[Top][All Lists]
Advanced

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

35/47: gnu: Add texlive-schwalbe-chess.


From: guix-commits
Subject: 35/47: gnu: Add texlive-schwalbe-chess.
Date: Thu, 17 Aug 2023 09:52:38 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a36eb99c8d3336d76e875cc66109cc2e536bdb8d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:23:22 2023 +0200

    gnu: Add texlive-schwalbe-chess.
    
    * gnu/packages/tex.scm (texlive-schwalbe-chess): 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 3f7fffbb17..2fe760c304 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12769,6 +12769,27 @@ their calculations or simulations into LaTeX projects. 
 The package is also
 capable of overloading the Sweave User Manual and SASweave packages.")
     (license license:lppl1.3+)))
 
+(define-public texlive-schwalbe-chess
+  (package
+    (name "texlive-schwalbe-chess")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/schwalbe-chess/"
+                   "source/latex/schwalbe-chess/"
+                   "tex/latex/schwalbe-chess/")
+             (base32
+              "1i68bl4hb7cagwwb4lyihvdnwgd0irgqp7344m5kmsdxy7z94fmr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/schwalbe-chess";)
+    (synopsis "Typeset the German chess magazine @emph{Die Schwalbe}")
+    (description
+     "The package is used to typeset the German chess magazine @emph{Die
+Schwalbe}.  It is based on @code{chess-problem-diagrams}, which in its turn
+has a dependency on the @code{bartel-chess-fonts}.")
+    (license license:lppl1.2+)))
+
 (define-public texlive-sciposter
   (package
     (name "texlive-sciposter")



reply via email to

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