me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-translation-tabbing-fr.

* gnu/packages/tex.scm (texlive-translation-tabbing-fr): New variable.
Nicolas Goaziou 2023-08-10 09:25:30 +02:00
parent 21d782ab5c
commit 98b73ff6c9
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -8193,6 +8193,24 @@ display calculators, specifically the TI-82 STATS.")
@code{natbib}.")
(license license:lppl)))
(define-public texlive-translation-tabbing-fr
(package
(name "texlive-translation-tabbing-fr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/translation-tabbing-fr/")
(base32
"1cih442gp6zf8nwb2lbgjn7a64aglyrcw3aciqy5pkdw09pwn0an")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/translation-tabbing-fr")
(synopsis "French translation of the documentation of @code{tabbing}")
(description
"This package provides a translation to French of the documentation of
the @code{tabbing} package.")
(license license:lppl1.0+)))
(define-public texlive-turnstile
(package
(name "texlive-turnstile")