mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add texlive-lshort-dutch.
* gnu/packages/tex.scm (texlive-lshort-dutch): New variable.
This commit is contained in:
parent
d5794c9716
commit
815e9bb319
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue