me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-ltxguidex.

* gnu/packages/tex.scm (texlive-ltxguidex): New variable.
master
Nicolas Goaziou 2023-08-29 15:54:40 +02:00
parent 8b77d8eb11
commit 67e615b28e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -87703,6 +87703,26 @@ already defined and should be introduced by intermediate packages.")
The patch applies to version 4.11 of @code{longtable}.")
(license license:lppl)))
(define-public texlive-ltxguidex
(package
(name "texlive-ltxguidex")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/ltxguidex/"
"tex/latex/ltxguidex/")
(base32
"0wi2v8fvp12vqrhfmbj16mgi9lph0jdf9gks6z3p0kwp0l9jn5cy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/ltxguidex")
(synopsis "Extended @code{ltxguide} class")
(description
"The @code{ltxguidex} document class extends @code{ltxguide} with a set of
environments and commands that make writing beautiful LaTeX documentation
easier and more natural.")
(license license:lppl1.3c)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar