mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 20:30:05 -05:00
gnu: Add texlive-pdftricks.
* gnu/packages/tex.scm (texlive-pdftricks): New variable.
This commit is contained in:
parent
0dc1cf2da8
commit
0dc974fd5b
1 changed files with 24 additions and 0 deletions
|
@ -39980,6 +39980,30 @@ (define-public texlive-pdfmanagement-testphase
|
||||||
packages), and the current testphase bundle will be removed.")
|
packages), and the current testphase bundle will be removed.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-pdftricks
|
||||||
|
(package
|
||||||
|
(name "texlive-pdftricks")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/pdftricks/"
|
||||||
|
"tex/latex/pdftricks/")
|
||||||
|
(base32
|
||||||
|
"07vr97rgn0n73zb2b3sb3wkwxl0p6nbnjk0cgxd05drf1k8shxnp")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/pdftricks")
|
||||||
|
(synopsis "Support for PSTricks in pdfTeX")
|
||||||
|
(description
|
||||||
|
"The PSTricks macros cannot be used (directly) with pdfTeX, since
|
||||||
|
PSTricks uses PostScript arithmetic, which isn't part of PDF. This package
|
||||||
|
circumvents this limitation so that the extensive facilities offered by the
|
||||||
|
powerful PSTricks package can be made use of in a pdfTeX document. This is
|
||||||
|
done using the shell escape function available in current TeX implementations.
|
||||||
|
The package may also be used in support of other PostScript-output-only
|
||||||
|
packages, such as PSfrag.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-pslatex
|
(define-public texlive-pslatex
|
||||||
(package
|
(package
|
||||||
(name "texlive-pslatex")
|
(name "texlive-pslatex")
|
||||||
|
|
Loading…
Reference in a new issue