gnu: Add texlive-pdftricks2.

* gnu/packages/tex.scm (texlive-pdftricks2): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-14 10:07:29 +02:00
parent 0dc974fd5b
commit 8a3ab48b09
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -40004,6 +40004,26 @@ (define-public texlive-pdftricks
packages, such as PSfrag.")
(license license:gpl3+)))
(define-public texlive-pdftricks2
(package
(name "texlive-pdftricks2")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/pdftricks2/"
"tex/latex/pdftricks2/")
(base32
"0znq52nzknv0x16cqbpfi90gz89frzk74ww3sg7ibjacmbpfl3j0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/pdftricks2")
(synopsis "Use PSTricks in pdfTeX")
(description
"The package provides the means of processing documents that contain
PSTricks graphics specifications. The package is inspired by
@code{pdftricks}.")
(license license:gpl2)))
(define-public texlive-pslatex
(package
(name "texlive-pslatex")