gnu: Add texlive-lgreek.
* gnu/packages/tex.scm (texlive-lgreek): New variable.
This commit is contained in:
parent
2d58dfed03
commit
5b268e6cf2
1 changed files with 18 additions and 0 deletions
|
@ -11925,6 +11925,24 @@ Plain TeX are included in the package; for use with LaTeX, see @code{lgreek}
|
|||
(with English documentation) or @code{levy} (with German documentation).")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-lgreek
|
||||
(package
|
||||
(name "texlive-lgreek")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/lgreek/" "tex/latex/lgreek/")
|
||||
(base32
|
||||
"1wa8d5mlk6jkx3m1rfddasw169sc6l6p8n4axh6i0np1imgsxx2b")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/lgreek")
|
||||
(synopsis "LaTeX macros for using Silvio Levy's Greek fonts")
|
||||
(description
|
||||
"This package provides a conversion of Silvio Levy's Plain TeX macros for
|
||||
use with LaTeX.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-localloc
|
||||
(package
|
||||
(name "texlive-localloc")
|
||||
|
|
Reference in a new issue