mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-generic-pdfescape.
* gnu/packages/tex.scm (texlive-generic-pdfescape): New public variable.
This commit is contained in:
parent
a064a9152f
commit
169060fe7c
1 changed files with 16 additions and 0 deletions
|
@ -7510,6 +7510,22 @@ (define-public texlive-generic-ltxcmds
|
|||
as plain TeX.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-generic-pdfescape
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-generic-pdfescape"
|
||||
'("/tex/generic/pdfescape/")
|
||||
(base32
|
||||
"1vbdjmm9bi9ngzz2z1b8jnf6nzf9xsaj5pvyswg13y4dr00mnz6n")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/pdfescape")
|
||||
(synopsis "pdfTeX's escape features for plain TeX")
|
||||
(description
|
||||
"This package implements pdfTeX's escape features (@code{\\pdfescapehex},
|
||||
@code{\\pdfunescapehex}, @code{\\pdfescapename}, @code{\\pdfescapestring})
|
||||
using TeX or e-TeX.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-latex-readarray
|
||||
(package
|
||||
(name "texlive-latex-readarray")
|
||||
|
|
Loading…
Reference in a new issue