Archived
1
0
Fork 0

gnu: Add texlive-tpic2pdftex.

* gnu/packages/tex.scm (texlive-tpic2pdftex): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-16 17:33:51 +02:00
parent 902eaa8104
commit fe8505c9c4
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8093,6 +8093,26 @@ tone values. Currently, unt's model is implemented. Support for more models
is planned.")
(license license:asl2.0)))
(define-public texlive-tpic2pdftex
(package
(name "texlive-tpic2pdftex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/tpic2pdftex.1"
"doc/man/man1/tpic2pdftex.man1.pdf"
"doc/tpic2pdftex/")
(base32
"02nf2fg4xzh8lbbddvm44qyvcvfn5b7kzcyg729a58l29gd88pbs")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tpic2pdftex")
(synopsis "Use @code{tpic} commands in pdfTeX")
(description
"The Awk script converts Pic language, embedded inline (delimited by
@code{.PS} and @code{.PE} markers), to @code{\\pdfliteral} commands.")
(license license:gpl3+)))
(define-public texlive-tqft
(package
(name "texlive-tqft")