gnu: Add texlive-teubner.
* gnu/packages/tex.scm (texlive-teubner): New variable.
This commit is contained in:
parent
3ecefe63e0
commit
b8530b293e
1 changed files with 21 additions and 0 deletions
|
@ -12883,6 +12883,27 @@ these options for the program to process. @code{termmenu} provides this
|
||||||
mechanism for TeX.")
|
mechanism for TeX.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-teubner
|
||||||
|
(package
|
||||||
|
(name "texlive-teubner")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/teubner/" "source/latex/teubner/"
|
||||||
|
"tex/latex/teubner/")
|
||||||
|
(base32
|
||||||
|
"1wlp2hv1xsn7z1d42y01mwp4yq06w1j9p3fgk2vvi4ca20rgg7pk")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/teubner")
|
||||||
|
(synopsis "Philological typesetting of classical Greek")
|
||||||
|
(description
|
||||||
|
"This package provides an extension to Babel @samp{greek} option for
|
||||||
|
typesetting classical Greek with a philological approach. The package works
|
||||||
|
with the author's greek fonts using the Lispiakos font shape derived from that
|
||||||
|
of the fonts used in printers shops in Lispia.")
|
||||||
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
(define-public texlive-tex
|
(define-public texlive-tex
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex")
|
(name "texlive-tex")
|
||||||
|
|
Reference in a new issue