me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-generic-etexcmds.

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

View File

@ -7339,6 +7339,27 @@ of bits. The size of the vector may grow dynamically. Individual bits
can be manipulated.") can be manipulated.")
(license license:lppl1.3c+))) (license license:lppl1.3c+)))
(define-public texlive-generic-etexcmds
(package
(inherit (simple-texlive-package
"texlive-generic-etexcmds"
'("/doc/latex/etexcmds/README.md"
"/tex/generic/etexcmds/")
(base32
"11y6pnlq13bp0ybi7c82g8ds8085zv1zaslgqv3dzhgi3dklpc0c")
#:trivial? #t))
(propagated-inputs
`(("texlive-generic-infwarerr" ,texlive-generic-infwarerr)
("texlive-generic-iftex" ,texlive-generic-iftex)))
(home-page "https://www.ctan.org/pkg/etexcmds")
(synopsis "Avoid name clashes with e-TeX commands")
(description
"New primitive commands are introduced in e-TeX; sometimes the names
collide with existing macros. This package solves the name clashes by
adding a prefix to e-TeXs commands. For example, ε-TeXs
@code{\\unexpanded} is provided as @code{\\etex@unexpanded}.")
(license license:lppl1.3c+)))
(define-public texlive-generic-infwarerr (define-public texlive-generic-infwarerr
(package (package
(inherit (simple-texlive-package (inherit (simple-texlive-package