diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-04 18:08:49 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-11 14:39:31 +0200 |
commit | 815e9bb319fbf02a0526aedffce525be383c9614 (patch) | |
tree | 68a8f4186ff3983f884d6c744779132b0fe0d918 /gnu/packages | |
parent | d5794c9716584c94962f8dd941128a35745ca0b9 (diff) |
gnu: Add texlive-lshort-dutch.
* gnu/packages/tex.scm (texlive-lshort-dutch): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 89bbde036e..0207037738 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -4939,6 +4939,24 @@ Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.") 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") |