gnu: Add texlive-graphics-def.

* gnu/packages/tex.scm (texlive-graphics-def): New variable.
master
Ricardo Wurmus 2019-07-14 22:46:41 +02:00
parent f104ff618a
commit f1b0939dbc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 18 additions and 0 deletions

View File

@ -2828,6 +2828,24 @@ verbatim mode; build \"example\" environments (showing both result and
verbatim source).")
(license license:lppl1.0+)))
(define-public texlive-graphics-def
(package
(inherit (simple-texlive-package
"texlive-graphics-def"
(list "/doc/latex/graphics-def/README.md"
"/tex/latex/graphics-def/")
(base32
"0zrbn9cwfnnrrl3b2zsd74ldksp9jwpvjh7z93ild1m75crpb39a")
#:trivial? #t))
(home-page "https://www.ctan.org/pkg/latex-graphics")
(synopsis "Color and graphics option files")
(description
"This bundle is a combined distribution consisting of @file{dvips.def},
@file{pdftex.def}, @file{luatex.def}, @file{xetex.def}, @file{dvipdfmx.def},
and @file{dvisvgm.def} driver option files for the LaTeX graphics and color
packages.")
(license license:lppl1.3c+)))
(define-public texlive-latex-graphics
(package
(name "texlive-latex-graphics")