gnu: Add texlive-xetexconfig.
* gnu/packages/tex.scm (texlive-xetexconfig): New variable.
This commit is contained in:
parent
7ad5fc1b83
commit
9e3beaa3ac
1 changed files with 16 additions and 0 deletions
|
@ -13008,6 +13008,22 @@ reporting the number of the last page, as does @code{lastpage}). The counter
|
||||||
itself may be shipped out to the DVI file.")
|
itself may be shipped out to the DVI file.")
|
||||||
(license license:lppl))))
|
(license license:lppl))))
|
||||||
|
|
||||||
|
(define-public texlive-xetexconfig
|
||||||
|
(package
|
||||||
|
(name "texlive-xetexconfig")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "tex/xelatex/xetexconfig/")
|
||||||
|
(base32
|
||||||
|
"1253njshiwdayzq0xir9cmbi8syhjb3sc4pyrw9p6kzyqvckkcxm")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/xetexconfig")
|
||||||
|
(synopsis "@file{crop.cfg} for XeLaTeX")
|
||||||
|
(description "The @file{crop.cfg} file attempts to persuade
|
||||||
|
@file{crop.sty} to work with XeTeX.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-xetex
|
(define-public texlive-xetex
|
||||||
(package
|
(package
|
||||||
(inherit (simple-texlive-package
|
(inherit (simple-texlive-package
|
||||||
|
|
Reference in a new issue