mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add texlive-ling-macros.
* gnu/packages/tex.scm (texlive-ling-macros): New variable.
This commit is contained in:
parent
8ea9b0baae
commit
5fb6b2c55c
1 changed files with 19 additions and 0 deletions
|
@ -8099,6 +8099,25 @@ (define-public texlive-lie-hasse
|
||||||
package @code{dynkin-diagrams}.")
|
package @code{dynkin-diagrams}.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-ling-macros
|
||||||
|
(package
|
||||||
|
(name "texlive-ling-macros")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/ling-macros/"
|
||||||
|
"tex/latex/ling-macros/")
|
||||||
|
(base32
|
||||||
|
"0q5l9h5xkd9gkpx2g5inzkcsssqvdicv05r8xvlmmx41mf1ikc88")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/ling-macros")
|
||||||
|
(synopsis "Macros for typesetting formal linguistics")
|
||||||
|
(description
|
||||||
|
"This package contains macros for typesetting glosses and formal
|
||||||
|
expressions. It covers a range of subfields in formal linguistics.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-lithuanian
|
(define-public texlive-lithuanian
|
||||||
(package
|
(package
|
||||||
(name "texlive-lithuanian")
|
(name "texlive-lithuanian")
|
||||||
|
|
Loading…
Reference in a new issue