me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-gentle.

* gnu/packages/tex.scm (texlive-gentle): New variable.
Nicolas Goaziou 2023-08-04 12:10:29 +02:00
parent 12c9544f13
commit 5c4950baed
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -8483,6 +8483,25 @@ EPS files and @command{psfrag} substitution definition files, and produces PDF
and EPS files with the substitutions included.") and EPS files with the substitutions included.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public texlive-gentle
(package
(name "texlive-gentle")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/plain/gentle/")
(base32
"1l5fyfdbkpqlgpgi1hrnn2sz8hchlnp7z5s5584czafvs10jg6vx")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/gentle")
(synopsis "Gentle introduction to TeX")
(description
"The @emph{Gentle Introduction} is the longest-established comprehensive
tutorial on the use of plain TeX.")
(license
(license:fsf-free "file://share/texmf-dist/doc/plain/gentle/gentle.tex"))))
(define-public texlive-getoptk (define-public texlive-getoptk
(package (package
(name "texlive-getoptk") (name "texlive-getoptk")