mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-translation-array-fr.
* gnu/packages/tex.scm (texlive-translation-array-fr): New variable.
This commit is contained in:
parent
2af4a94ac4
commit
77609bedf9
1 changed files with 18 additions and 0 deletions
|
@ -8139,6 +8139,24 @@ (define-public texlive-tiscreen
|
||||||
display calculators, specifically the TI-82 STATS.")
|
display calculators, specifically the TI-82 STATS.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-translation-array-fr
|
||||||
|
(package
|
||||||
|
(name "texlive-translation-array-fr")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/translation-array-fr/")
|
||||||
|
(base32
|
||||||
|
"128k8isyn4s0v496sykn22fqn0gfwyyk19kcrmxnc6clgxxfbdy6")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/translation-array-fr")
|
||||||
|
(synopsis "French translation of the documentation of @code{array}")
|
||||||
|
(description
|
||||||
|
"This package provides a French translation of the documentation of
|
||||||
|
@code{array}.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-turnstile
|
(define-public texlive-turnstile
|
||||||
(package
|
(package
|
||||||
(name "texlive-turnstile")
|
(name "texlive-turnstile")
|
||||||
|
|
Loading…
Reference in a new issue