mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-generic-etexcmds.
* gnu/packages/tex.scm (texlive-generic-etexcmds): New public variable.
This commit is contained in:
parent
d476433d70
commit
95e3a20985
1 changed files with 21 additions and 0 deletions
|
@ -7339,6 +7339,27 @@ (define-public texlive-generic-bitset
|
|||
can be manipulated.")
|
||||
(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-TeX’s commands. For example, ε-TeX’s
|
||||
@code{\\unexpanded} is provided as @code{\\etex@unexpanded}.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-generic-infwarerr
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
|
|
Loading…
Reference in a new issue