mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 07:58:01 -05:00
gnu: Add texlive-gloss.
* gnu/packages/tex.scm (texlive-gloss): New variable.
This commit is contained in:
parent
d4036e19f9
commit
d207d78288
1 changed files with 19 additions and 0 deletions
|
@ -83645,6 +83645,25 @@ (define-public texlive-globalvals
|
||||||
anywhere else in a document, including before it was declared.")
|
anywhere else in a document, including before it was declared.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-gloss
|
||||||
|
(package
|
||||||
|
(name "texlive-gloss")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bib/gloss/" "bibtex/bst/gloss/"
|
||||||
|
"doc/latex/gloss/" "tex/latex/gloss/")
|
||||||
|
(base32
|
||||||
|
"1yma5l861lrl31v435mhmlbkvsp47bfyy8sg5wrf3s2bad89qix5")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/gloss")
|
||||||
|
(synopsis "Create glossaries using BibTeX")
|
||||||
|
(description
|
||||||
|
"This package provides a glossary package using BibTeX with @code{\\cite}
|
||||||
|
replaced by @code{\\gloss}.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Avoid adding new packages to the end of this file. To reduce the chances
|
;;; 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
|
;;; of a merge conflict, place them above by existing packages with similar
|
||||||
|
|
Loading…
Reference in a new issue