mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Add texlive-xmltexconfig.
* gnu/packages/tex.scm (texlive-xmltexconfig): New variable.
This commit is contained in:
parent
186bd48ee0
commit
6c281dfe81
1 changed files with 16 additions and 0 deletions
|
@ -3709,6 +3709,22 @@ (define-public texlive-xcolor
|
|||
|
||||
(define-deprecated-package texlive-latex-xcolor texlive-xcolor)
|
||||
|
||||
(define-public texlive-xmltexconfig
|
||||
(package
|
||||
(name "texlive-xmltexconfig")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "tex/xmltex/xmltexconfig/")
|
||||
(base32
|
||||
"0drgvmn27snq43kjkpg5k4igkcdi56p1q3fwkrv3ivsiqfp6cdz3")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/xmltexconfig")
|
||||
(synopsis "Configuration files for @code{xmltex} and @code{pdfxmltex}")
|
||||
(description "This package provides configuration files for @code{xmltex}
|
||||
and @code{pdfxmltex}.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-xmltex
|
||||
(let ((template (simple-texlive-package
|
||||
"texlive-xmltex"
|
||||
|
|
Loading…
Reference in a new issue