mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: Add texlive-latex2e-help-texinfo-fr.
* gnu/packages/tex.scm (texlive-latex2e-help-texinfo-fr): New variable.
This commit is contained in:
parent
00645ea7c0
commit
35c54f7c09
1 changed files with 19 additions and 0 deletions
|
@ -5164,6 +5164,25 @@ (define-public texlive-l2tabu-french
|
|||
and commands.")
|
||||
(license license:fdl1.2+)))
|
||||
|
||||
(define-public texlive-latex2e-help-texinfo-fr
|
||||
(package
|
||||
(name "texlive-latex2e-help-texinfo-fr")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/info/latex2e-fr.info"
|
||||
"doc/latex/latex2e-help-texinfo-fr/")
|
||||
(base32
|
||||
"13s0zjwk3m95kbx4qrz2xwp8kifzc2zmasp1ks9l2acf1nqfac9p")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/latex2e-help-texinfo-fr")
|
||||
(synopsis "French translation of @code{latex2e-help-texinfo}")
|
||||
(description
|
||||
"This package provides a complete French translation of
|
||||
@code{latex2e-help-texinfo}.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-letterswitharrows
|
||||
(package
|
||||
(name "texlive-letterswitharrows")
|
||||
|
|
Loading…
Reference in a new issue