mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-latex-pdftexcmds.
* gnu/packages/tex.scm (texlive-latex-pdftexcmds): New public variable.
This commit is contained in:
parent
c1700a9bae
commit
2c3c8ac45d
1 changed files with 20 additions and 0 deletions
|
@ -4257,6 +4257,26 @@ (define-public texlive-latex-natbib
|
|||
designed from the start to be compatible with @code{natbib}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-latex-pdftexcmds
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-latex-pdftexcmds"
|
||||
'("/doc/latex/pdftexcmds/"
|
||||
"/tex/latex/pdftexcmds/")
|
||||
(base32
|
||||
"0kqav8jri789698wxwr2ww8ssn74fvw3agrv677nz5qyq5zmix8h")
|
||||
#:trivial? #t))
|
||||
(propagated-inputs
|
||||
`(("texlive-generic-iftex" ,texlive-generic-iftex)
|
||||
("texlive-generic-infwarerr" ,texlive-generic-infwarerr)
|
||||
("texlive-generic-ltxcmds" ,texlive-generic-ltxcmds)))
|
||||
(home-page "https://www.ctan.org/pkg/pdftexcmds")
|
||||
(synopsis "LuaTeX support for pdfTeX utility functions")
|
||||
(description
|
||||
"This package makes a number of utility functions from pdfTeX
|
||||
available for luaTeX by reimplementing them using Lua.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-latex-psfrag
|
||||
(package
|
||||
(name "texlive-latex-psfrag")
|
||||
|
|
Loading…
Reference in a new issue