mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add texlive-expex.
* gnu/packages/tex.scm (texlive-expex): New variable.
This commit is contained in:
parent
640b20ab8c
commit
d728b33b56
1 changed files with 19 additions and 0 deletions
|
@ -5821,6 +5821,25 @@ (define-public texlive-evangelion-jfm
|
||||||
feature, meeting the standards, and allows easy customisation.")
|
feature, meeting the standards, and allows easy customisation.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public texlive-expex
|
||||||
|
(package
|
||||||
|
(name "texlive-expex")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/generic/expex/" "tex/generic/expex/")
|
||||||
|
(base32
|
||||||
|
"0is4cdpsqycaw8xzc6x1gkg4ldk8v6a1i52qmxw13q8k10qh6b95")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/expex")
|
||||||
|
(synopsis "Linguistic examples and glosses, with reference capabilities")
|
||||||
|
(description
|
||||||
|
"The package provides macros for typesetting linguistic examples and
|
||||||
|
glosses, with a refined mechanism for referencing examples and parts of
|
||||||
|
examples. The package can be used with LaTeX or with Plain TeX.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-expose-expl3-dunkerque-2019
|
(define-public texlive-expose-expl3-dunkerque-2019
|
||||||
(package
|
(package
|
||||||
(name "texlive-expose-expl3-dunkerque-2019")
|
(name "texlive-expose-expl3-dunkerque-2019")
|
||||||
|
|
Loading…
Reference in a new issue