guix-commits
[Top][All Lists]
Advanced

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

213/243: gnu: Add texlive-gustlib.


From: guix-commits
Subject: 213/243: gnu: Add texlive-gustlib.
Date: Fri, 11 Aug 2023 08:46:22 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ac4dd29c312779c9f14c3818caacd9f2f215647d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 11 00:20:35 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 19077e2770..1119744905 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4613,6 +4613,28 @@ Currently two steps of symmetry reduction are 
supported.")
 processed files, as well as solutions to the exercices.")
     (license license:lppl1.3c+)))
 
+(define-public texlive-gustlib
+  (package
+    (name "texlive-gustlib")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "bibtex/bib/gustlib/" "bibtex/bst/gustlib/"
+                   "doc/plain/gustlib/" "tex/plain/gustlib/")
+             (base32
+              "1jfmsx5zw9yb8fkhw4fad82m48n7fs1inmx471mr7ys0i7y1l92v")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/gustlib";)
+    (synopsis "Plain macros for much core and extra functionality, from GUST")
+    (description
+     "This package includes Plain TeX macros adding extra functionalities.
+This comprises bibliography support, token manipulation, cross-references,
+verbatim, determining length of a paragraph's last line, multicolumn output,
+Polish bibliography and index styles, prepress and color separation, graphics
+manipulation, and tables.")
+    (license (list license:knuth license:public-domain))))
+
 (define-public texlive-happy4th
   (package
     (name "texlive-happy4th")



reply via email to

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