mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: Add texlive-edmac.
* gnu/packages/tex.scm (texlive-edmac): New variable.
This commit is contained in:
parent
1daece7967
commit
a2d8abe96a
1 changed files with 19 additions and 0 deletions
|
@ -3976,6 +3976,25 @@ (define-public texlive-econometrics
|
||||||
statistical operators.")
|
statistical operators.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-edmac
|
||||||
|
(package
|
||||||
|
(name "texlive-edmac")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/edmac/" "source/latex/edmac/"
|
||||||
|
"tex/generic/edmac/")
|
||||||
|
(base32
|
||||||
|
"1pflqzrzfyw725ypc6lcryzzbizk13j69h4875r6q4fs763kv3w1")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/edmac")
|
||||||
|
(synopsis "Typeset critical editions")
|
||||||
|
(description
|
||||||
|
"This is the type example package for typesetting scholarly critical
|
||||||
|
editions.")
|
||||||
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public texlive-eltex
|
(define-public texlive-eltex
|
||||||
(package
|
(package
|
||||||
(name "texlive-eltex")
|
(name "texlive-eltex")
|
||||||
|
|
Loading…
Reference in a new issue