guix-commits
[Top][All Lists]
Advanced

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

23/47: gnu: Add texlive-labyrinth.


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

ngz pushed a commit to branch master
in repository guix.

commit 5f840b787e36ef7d5c940708563c5440b139d04d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 17 15:11:12 2023 +0200

    gnu: Add texlive-labyrinth.
    
    * gnu/packages/tex.scm (texlive-labyrinth): 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 7c9d853594..7586868c32 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8561,6 +8561,26 @@ practical guide to LaTeX2e by Mark Trettin.  It focuses 
on obsolete packages
 and commands.")
     (license license:public-domain)))
 
+(define-public texlive-labyrinth
+  (package
+    (name "texlive-labyrinth")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/labyrinth/"
+                   "tex/latex/labyrinth/")
+             (base32
+              "0i4w3dmfjq9vp6m82p4afplca0pdvk36g2h1yskmwbis07bykdgp")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/labyrinth";)
+    (synopsis "Draw labyrinths and solution paths")
+    (description
+     "The @code{labyrinth} package provides code and an environment for
+typesetting simple labyrinths with LaTeX, and generating an automatic or
+manual solution path.")
+    (license license:lppl)))
+
 (define-public texlive-lambda
   (package
     (name "texlive-lambda")



reply via email to

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