me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-leipzig.

* gnu/packages/tex.scm (texlive-leipzig): New variable.
master
Nicolas Goaziou 2023-08-29 15:54:07 +02:00
parent 55dc61d217
commit e575d59fd4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -87032,6 +87032,27 @@ similar packages, @code{leftindex} also indents the left superscript,
providing much better spacing in general.") providing much better spacing in general.")
(license license:lppl1.3c))) (license license:lppl1.3c)))
(define-public texlive-leipzig
(package
(name "texlive-leipzig")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/leipzig/" "makeindex/leipzig/"
"source/latex/leipzig/" "tex/latex/leipzig/")
(base32
"1iwra0yvalprgxqk4vdbh4wr17pla94x5lnjnwg3jh8nlb1887a6")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/leipzig")
(synopsis "Typeset and index linguistic gloss abbreviations")
(description
"The @code{leipzig} package provides a set of macros for standard glossing
abbreviations, with options to create new ones. They are mnemonic. These
abbreviations can be used alone or on top of the @code{glossaries} package for
easy indexing and glossary printing.")
(license license:lppl1.3+)))
;;; ;;;
;;; 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