mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-latex-epstopdf-pkg.
* gnu/packages/tex.scm (texlive-latex-epstopdf-pkg): New public variable.
This commit is contained in:
parent
f2543d82ae
commit
0a64d8e005
1 changed files with 18 additions and 0 deletions
|
@ -2828,6 +2828,24 @@ (define-public texlive-latex-auxhook
|
||||||
@file{.aux} files.")
|
@file{.aux} files.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-public texlive-latex-epstopdf-pkg
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-latex-epstopdf-pkg"
|
||||||
|
'("/doc/latex/epstopdf-pkg/"
|
||||||
|
"/tex/latex/epstopdf-pkg/")
|
||||||
|
(base32
|
||||||
|
"0zl6jiyp2cvvyqx3lwxdkcvvnkqgbwj4issq07cagf61gljq6fns")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://www.ctan.org/pkg/epstopdf-pkg")
|
||||||
|
(synopsis "Call @command{epstopdf} \"on the fly\"")
|
||||||
|
(description
|
||||||
|
"The package adds support for EPS files in the @code{graphicx} package
|
||||||
|
when running under pdfTeX. If an EPS graphic is detected, the package
|
||||||
|
spawns a process to convert the EPS to PDF, using the script
|
||||||
|
@command{epstopdf}.")
|
||||||
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-public texlive-latex-filecontents
|
(define-public texlive-latex-filecontents
|
||||||
(package
|
(package
|
||||||
(name "texlive-latex-filecontents")
|
(name "texlive-latex-filecontents")
|
||||||
|
|
Loading…
Reference in a new issue