gnu: Add texlive-tsemlines.

* gnu/packages/tex.scm (texlive-tsemlines): New variable.
This commit is contained in:
Nicolas Goaziou 2023-07-13 10:55:45 +02:00
parent 4649e211c2
commit 8332766a60
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5580,6 +5580,25 @@ (define-public texlive-tqft
diagrams.")
(license license:lppl1.3+)))
(define-public texlive-tsemlines
(package
(name "texlive-tsemlines")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "tex/latex/tsemlines/")
(base32
"1c7sjdrgqbjw6f2s3185k5rlkig643pkkahjisx16h0akbbdm4k3")))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/tsemlines")
(synopsis "Support for the ancient @code{\\emline} macro")
(description
"Occasional Documents appear, that use graphics generated by TeXcad from
the EmTeX distribution. These documents often use the @code{\\emline} macro,
which produced lines at an arbitrary orientation. The present package
emulates the macro, using TikZ.")
(license license:public-domain)))
(define-public texlive-amiri
(package
(name "texlive-amiri")