mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: Add texlive-booktabs-de.
* gnu/packages/tex.scm (texlive-booktabs-de): New variable.
This commit is contained in:
parent
ee16e8096c
commit
2eef1f3fcf
1 changed files with 35 additions and 0 deletions
|
@ -2189,6 +2189,24 @@ (define-public texlive-boldtensors
|
||||||
characters.")
|
characters.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-booktabs-de
|
||||||
|
(package
|
||||||
|
(name "texlive-booktabs-de")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/booktabs-de/")
|
||||||
|
(base32
|
||||||
|
"1ld7zdr88xjhnnl2x734rxr7h0fz84awapmv50p1kzn6fczrwyam")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/booktabs-de")
|
||||||
|
(synopsis "German version of @code{booktabs}")
|
||||||
|
(description
|
||||||
|
"This is a German translation of the @code{booktabs} package
|
||||||
|
documentation.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public texlive-booktabs-fr
|
(define-public texlive-booktabs-fr
|
||||||
(package
|
(package
|
||||||
(name "texlive-booktabs-fr")
|
(name "texlive-booktabs-fr")
|
||||||
|
@ -31345,6 +31363,23 @@ (define-public texlive-csquotes
|
||||||
well as the optional active quotes are freely configurable.")
|
well as the optional active quotes are freely configurable.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-public texlive-csquotes-de
|
||||||
|
(package
|
||||||
|
(name "texlive-csquotes-de")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/csquotes-de/")
|
||||||
|
(base32
|
||||||
|
"087c08c44811vd8p00l1xrkg5w6fsl8as64jq83m6gf1hfan9w4c")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/csquotes-de")
|
||||||
|
(synopsis "German translation of @code{csquotes} documentation")
|
||||||
|
(description
|
||||||
|
"This is a German translation of the documentation of @code{csquotes}.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-logreq
|
(define-public texlive-logreq
|
||||||
(package
|
(package
|
||||||
(name "texlive-logreq")
|
(name "texlive-logreq")
|
||||||
|
|
Loading…
Reference in a new issue