Archived
1
0
Fork 0

gnu: Add texlive-xetexconfig.

* gnu/packages/tex.scm (texlive-xetexconfig): New variable.
This commit is contained in:
Nicolas Goaziou 2023-05-14 23:59:18 +02:00
parent 7ad5fc1b83
commit 9e3beaa3ac
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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.")
(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
(package
(inherit (simple-texlive-package