gnu: Add texlive-graphics-pln.

* gnu/packages/tex.scm (texlive-graphics-pln): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-20 10:52:10 +02:00
parent 72794f2203
commit 2ba8ec6623
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2811,6 +2811,28 @@ (define-public texlive-gobble
to be defined.") to be defined.")
(license license:lppl1.3+))) (license license:lppl1.3+)))
(define-public texlive-graphics-pln
(package
(name "texlive-graphics-pln")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/plain/graphics-pln/"
"tex/plain/graphics-pln/")
(base32
"1iv3g76dzkpr2qak79bj9sdm6w9lb0n2md32cc23szrhgv6q7il3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/graphics-pln")
(synopsis "LaTeX-style graphics for Plain TeX users")
(description
"The Plain TeX graphics package is mostly a thin shell around the LaTeX
@code{graphicx} and @code{color} packages, with support of the LaTeX-isms in
those packages provided by @code{miniltx}. The bundle also contains a file
@file{picture.tex}, which is a wrapper around the @file{autopict.sty}, and
provides the LaTeX picture mode to Plain TeX users.")
(license license:lppl1.0+)))
(define-public texlive-tex (define-public texlive-tex
(package (package
(name "texlive-tex") (name "texlive-tex")