mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: Add texlive-impatient-fr.
* gnu/packages/tex.scm (texlive-impatient-fr): New variable.
This commit is contained in:
parent
cf8e55f0ab
commit
f185f81c72
1 changed files with 18 additions and 0 deletions
|
@ -4747,6 +4747,24 @@ when using for open intervals.")
|
|||
"@emph{TeX for the Impatient} is a book on TeX, Plain TeX and Eplain.")
|
||||
(license license:fdl1.3+)))
|
||||
|
||||
(define-public texlive-impatient-fr
|
||||
(package
|
||||
(name "texlive-impatient-fr")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/plain/impatient-fr/")
|
||||
(base32
|
||||
"1qwdllmi0ci304smf4yl6g8ah083jrch9clkyav7r5qsxnhwxbxh")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/impatient")
|
||||
(synopsis "French translation of @emph{TeX for the Impatient} book")
|
||||
(description
|
||||
"@emph{TeX for the Impatient} is a book (of around 350 pages) on TeX,
|
||||
Plain TeX and Eplain. This is its French translation.")
|
||||
(license license:fdl1.3+)))
|
||||
|
||||
(define-public texlive-includernw
|
||||
(package
|
||||
(name "texlive-includernw")
|
||||
|
|
Loading…
Add table
Reference in a new issue