mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add texlive-graphics-cfg.
* gnu/packages/tex.scm (texlive-graphics-cfg): New variable.
This commit is contained in:
parent
f1b0939dbc
commit
83a5c6171b
1 changed files with 16 additions and 0 deletions
|
@ -2846,6 +2846,22 @@ (define-public texlive-graphics-def
|
|||
packages.")
|
||||
(license license:lppl1.3c+)))
|
||||
|
||||
(define-public texlive-graphics-cfg
|
||||
(package
|
||||
(inherit (simple-texlive-package
|
||||
"texlive-graphics-cfg"
|
||||
(list "/doc/latex/graphics-cfg/README.md"
|
||||
"/tex/latex/graphics-cfg/")
|
||||
(base32
|
||||
"00n63adb2laf43lzix39xl68aq0k5k80mmrw602w99w5n7f96gsf")
|
||||
#:trivial? #t))
|
||||
(home-page "https://www.ctan.org/pkg/latex-graphics")
|
||||
(synopsis "Sample configuration files for LaTeX color and graphics")
|
||||
(description
|
||||
"This bundle includes @file{color.cfg} and @file{graphics.cfg} files that
|
||||
set default \"driver\" options for the color and graphics packages.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-latex-graphics
|
||||
(package
|
||||
(name "texlive-latex-graphics")
|
||||
|
|
Loading…
Reference in a new issue