me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-xetex-pstricks.

* gnu/packages/tex.scm (texlive-xetex-pstricks): New variable.
Nicolas Goaziou 2023-06-19 15:56:57 +02:00
parent 749e4be61a
commit f9aeaee2db
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -7419,6 +7419,29 @@ XeLaTeX. As such, it has the same user interface and the same capabilities.")
Sanskrit in Kannada and for Kannada itself.")
(license license:lppl1.3+)))
(define-public texlive-xetex-pstricks
(package
(name "texlive-xetex-pstricks")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/xetex/xetex-pstricks/"
"tex/xelatex/xetex-pstricks/"
"tex/xetex/xetex-pstricks/")
(base32
"195zjdxddlwl69gnp2x3jg3l8gn36mxsdbz03qs0r940frx533ls")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/xetex-pstricks")
(synopsis "Running PSTricks under XeTeX")
(description
"The package provides an indirection scheme for XeTeX to use the PSTricks
@file{xdvipdfmx.cfg} configuration file, so that XeTeX documents will load it
in preference to the standard pstricks.con configuration file. With this
configuration, many PSTricks features can be used in XeLaTeX or plain XeTeX
documents.")
(license license:public-domain)))
(define-public texlive-currfile
(package
(name "texlive-currfile")