mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-ltxguidex.
* gnu/packages/tex.scm (texlive-ltxguidex): New variable.
This commit is contained in:
parent
8b77d8eb11
commit
67e615b28e
1 changed files with 20 additions and 0 deletions
|
@ -87703,6 +87703,26 @@ (define-public texlive-ltabptch
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue