gnu: Add texlive-lshort-dutch.

* gnu/packages/tex.scm (texlive-lshort-dutch): New variable.
This commit is contained in:
Nicolas Goaziou 2023-08-04 18:08:49 +02:00
parent d5794c9716
commit 815e9bb319
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -4939,6 +4939,24 @@ (define-public texlive-lshort-czech
LaTeX2e}.}")
(license license:gpl3+)))
(define-public texlive-lshort-dutch
(package
(name "texlive-lshort-dutch")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/lshort-dutch/")
(base32
"160r060gmw6f6lgbnyvfxafjpqvyr4jwd56ddkjfm3ir2bfl973d")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/lshort-dutch")
(synopsis "Introduction to LaTeX in Dutch")
(description
"This is the Dutch (Nederlands) translation of the @emph{(No So) Short
Introduction to LaTeX2e}.")
(license license:gpl3+)))
(define-public texlive-lshort-english
(package
(name "texlive-lshort-english")