me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-booktabs-fr.

* gnu/packages/tex.scm (texlive-booktabs-fr): New variable.
Nicolas Goaziou 2023-08-04 18:14:24 +02:00
parent ce1e88df11
commit 4b89a64bee
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 18 additions and 0 deletions

View File

@ -2168,6 +2168,24 @@ convert atomic numbers to element symbols or element names and vice versa.")
characters.")
(license license:gpl3+)))
(define-public texlive-booktabs-fr
(package
(name "texlive-booktabs-fr")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/booktabs-fr/")
(base32
"1xkqh6r2q835xaa92b24fzf61jsm85280570hivvwnch96i4fnh3")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/booktabs-fr")
(synopsis "French translation of @code{booktabs} documentation")
(description
"This package provides a French translation of @code{booktabs}
documentation.")
(license license:lppl)))
(define-public texlive-borceux
(package
(name "texlive-borceux")