mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add texlive-textglos.
* gnu/packages/tex.scm (texlive-textglos): New variable.
This commit is contained in:
parent
2574bfd8f2
commit
449b98e319
1 changed files with 22 additions and 0 deletions
|
@ -12308,6 +12308,28 @@ (define-public texlive-texsis
|
||||||
useful. It is completely compatible with Plain TeX.")
|
useful. It is completely compatible with Plain TeX.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-textglos
|
||||||
|
(package
|
||||||
|
(name "texlive-textglos")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/textglos/"
|
||||||
|
"source/latex/textglos/"
|
||||||
|
"tex/latex/textglos/")
|
||||||
|
(base32
|
||||||
|
"1jxx3wrwkmmm6ida3ih0yap57laflvsks8nv0395sv49xn7waxf0")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/textglos")
|
||||||
|
(synopsis "Typeset and index linguistic gloss abbreviations")
|
||||||
|
(description
|
||||||
|
"The package provides a set of macros for in-line linguistic examples (as
|
||||||
|
opposed to interlinear glossing, set apart from the main text). It prevents
|
||||||
|
hyphenated examples from breaking across lines and consistently formats
|
||||||
|
phonemic examples, orthographic examples, and more.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-textgreek
|
(define-public texlive-textgreek
|
||||||
(package
|
(package
|
||||||
(name "texlive-textgreek")
|
(name "texlive-textgreek")
|
||||||
|
|
Loading…
Reference in a new issue