me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-apprendre-a-programmer-en-tex.

* gnu/packages/tex.scm (texlive-apprendre-a-programmer-en-tex): New variable.
Nicolas Goaziou 2023-08-04 18:13:03 +02:00
parent 140a8be632
commit 7d41edfba3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -1602,6 +1602,26 @@ Operands may be numbers with arbitrary numbers of digits; scientific notation
is allowed. The expression scanner is also provided.")
(license license:public-domain)))
(define-public texlive-apprendre-a-programmer-en-tex
(package
(name "texlive-apprendre-a-programmer-en-tex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/plain/apprendre-a-programmer-en-tex/")
(base32
"05779lk9v849k712wfjv0mhyzahwpl4n892ydamfdc5yg05bsnyv")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/apprendre-a-programmer-en-tex")
(synopsis "@emph{Apprendre à programmer en TeX} book")
(description
"This book explains the basic concepts required for programming in TeX
and explains the programming methods, providing many examples. The package
makes the compileable source code as well as the compiled PDF file accessible
to everyone.")
(license license:lppl1.2+)))
(define-public texlive-apxproof
(package
(name "texlive-apxproof")