mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: Add texlive-latex-hycolor.
* gnu/packages/tex.scm (texlive-latex-hycolor): New public variable.
This commit is contained in:
parent
0a64d8e005
commit
df5569d514
1 changed files with 16 additions and 0 deletions
|
@ -2973,6 +2973,22 @@ (define-public texlive-latex-graphics
|
||||||
keyval, and lscape.")
|
keyval, and lscape.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-public texlive-latex-hycolor
|
||||||
|
(package
|
||||||
|
(inherit (simple-texlive-package
|
||||||
|
"texlive-latex-hycolor"
|
||||||
|
(list "/doc/latex/hycolor/README.md"
|
||||||
|
"/tex/latex/hycolor/")
|
||||||
|
(base32
|
||||||
|
"026lfb4l7b3q8g6zc68siqandhb1x98cbycn7njknqva6s99aiqn")
|
||||||
|
#:trivial? #t))
|
||||||
|
(home-page "https://www.ctan.org/pkg/latex-graphics")
|
||||||
|
(synopsis "Color for hyperref and bookmark")
|
||||||
|
(description
|
||||||
|
"This package provides the code for the @code{color} option that is
|
||||||
|
used by @code{hyperref} and @code{bookmark}.")
|
||||||
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
(define-public texlive-xcolor
|
(define-public texlive-xcolor
|
||||||
(let ((template (simple-texlive-package
|
(let ((template (simple-texlive-package
|
||||||
"texlive-xcolor"
|
"texlive-xcolor"
|
||||||
|
|
Loading…
Reference in a new issue