gnu: Add texlive-translation-europecv-de.
* gnu/packages/tex.scm (texlive-translation-europecv-de): New variable.
parent
f8361ec8b5
commit
dddca1e442
|
@ -36719,6 +36719,23 @@ BibLaTeX.")
|
|||
"This is a German translation of the manual for @code{enumitem}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-translation-europecv-de
|
||||
(package
|
||||
(name "texlive-translation-europecv-de")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/translation-europecv-de/")
|
||||
(base32
|
||||
"0n3x8g6k3qq3f4drkhzygz4khxyw6isgxmz963xqp91s0y667gws")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/translation-europecv-de")
|
||||
(synopsis "German version of @code{europecv}")
|
||||
(description
|
||||
"This is a German translation of the @code{europecv} documentation.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-translations
|
||||
(package
|
||||
(name "texlive-translations")
|
||||
|
|
Reference in New Issue