me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-translation-enumitem-de.

* gnu/packages/tex.scm (texlive-translation-enumitem-de): New variable.
Nicolas Goaziou 2023-08-11 00:05:14 +02:00
parent ea5bfed9cb
commit f8361ec8b5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 17 additions and 0 deletions

View File

@ -36702,6 +36702,23 @@ BibLaTeX.")
(description "This is a German translation of the @code{ecv} documentation.")
(license license:lppl)))
(define-public texlive-translation-enumitem-de
(package
(name "texlive-translation-enumitem-de")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/translation-enumitem-de/")
(base32
"121raikamd33gabvbgwygrc8hyi3qhvx4hhv4h8wq2chrglj37dq")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/translation-enumitem-de")
(synopsis "@code{enumitem} documentation, in German")
(description
"This is a German translation of the manual for @code{enumitem}.")
(license license:lppl)))
(define-public texlive-translations
(package
(name "texlive-translations")