me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-generic-infwarerr.

* gnu/packages/tex.scm (texlive-generic-infwarerr): New public variable.
master
Marius Bakke 2021-05-22 17:55:30 +02:00
parent df5569d514
commit d136754211
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 17 additions and 0 deletions

View File

@ -7244,6 +7244,23 @@ refers to the version of scrbook, scrreprt, scrartcl, scrlttr2 and
typearea (which are the main parts of the bundle).") typearea (which are the main parts of the bundle).")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-generic-infwarerr
(package
(inherit (simple-texlive-package
"texlive-generic-infwarerr"
'("/tex/generic/infwarerr/")
(base32
"19nlrbfmqbkjrrx9x75s9nd6crg1lzimb2fr3hfblaivj6lx8p4r")
#:trivial? #t))
(home-page "https://www.ctan.org/pkg/infwarerr")
(synopsis "Information/warning/error macros")
(description
"This package provides a complete set of macros for information,
warning and error messages. Under LaTeX, the commands are wrappers for
the corresponding LaTeX commands; under Plain TeX they are available as
complete implementations.")
(license license:lppl1.3c+)))
(define-public texlive-generic-listofitems (define-public texlive-generic-listofitems
(package (package
(name "texlive-generic-listofitems") (name "texlive-generic-listofitems")