gnu: Add texlive-lshort-english.

* gnu/packages/tex.scm (texlive-lshort-english): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 12:20:31 +02:00
parent 40b8561f5b
commit a28ccefb28
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -4775,6 +4775,26 @@ Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.")
LaTeX2e}.}")
(license license:gpl3+)))
(define-public texlive-lshort-english
(package
(name "texlive-lshort-english")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lshort-english/")
(base32
"0pzqdbzynlwvpamd69cmfpa8jdcvq96qjr9k1fy3dxpzi2mapvhd")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lshort-english")
(synopsis "(Not So) short introduction to LaTeX2e")
(description
"@emph{The Not So Short Introduction to LaTeX2e} derives from a German
introduction (@emph{lkurz}), which was translated and updated; it continues to
be updated. This translation has, in its turn, been translated into several
other languages; see the @code{lshort} catalogue entry for the current list.")
(license license:gpl2)))
(define-public texlive-lshort-slovak
(package
(name "texlive-lshort-slovak")