mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: Add texlive-translation-natbib-fr.
* gnu/packages/tex.scm (texlive-translation-natbib-fr): New variable.
This commit is contained in:
parent
27e304253c
commit
21d782ab5c
1 changed files with 18 additions and 0 deletions
|
@ -8175,6 +8175,24 @@ display calculators, specifically the TI-82 STATS.")
|
|||
@code{dcolumn}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-translation-natbib-fr
|
||||
(package
|
||||
(name "texlive-translation-natbib-fr")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/translation-natbib-fr/")
|
||||
(base32
|
||||
"0f0r1n8q3jkxsdcddabsgz9h9ndq4yffdpxdqxvqjmhfafhzwgkg")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/translation-natbib-fr")
|
||||
(synopsis "French translation of the documentation of @code{natbib}")
|
||||
(description
|
||||
"This package provides a French translation of the documentation of
|
||||
@code{natbib}.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-turnstile
|
||||
(package
|
||||
(name "texlive-turnstile")
|
||||
|
|
Loading…
Add table
Reference in a new issue