mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-14 02:45:09 -05:00
gnu: Add texlive-covington.
* gnu/packages/tex.scm (texlive-covington): New variable.
This commit is contained in:
parent
1db3f1bacb
commit
905d8997cd
1 changed files with 20 additions and 0 deletions
|
@ -4645,6 +4645,26 @@ (define-public texlive-correctmathalign
|
|||
mathematical environments.")
|
||||
(license license:bsd-2)))
|
||||
|
||||
(define-public texlive-covington
|
||||
(package
|
||||
(name "texlive-covington")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/covington/"
|
||||
"tex/latex/covington/")
|
||||
(base32
|
||||
"0h47zgbiylnirwcjprh31q2n8g842qlhlddd733xn1zal3n5alsz")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/covington")
|
||||
(synopsis "LaTeX macros for Linguistics")
|
||||
(description
|
||||
"This package provides numerous minor LaTeX enhancements for linguistics,
|
||||
including multiple accents on the same letter, interline glosses (word-by-word
|
||||
translations), Discourse Representation Structures, and example numbering.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-crossrefenum
|
||||
(package
|
||||
(name "texlive-crossrefenum")
|
||||
|
|
Loading…
Reference in a new issue