me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-epiolmec.

* gnu/packages/tex.scm (texlive-epiolmec): New variable.
master
Nicolas Goaziou 2023-08-29 15:49:16 +02:00
parent bf98fa90fb
commit 24cc3cc7c4
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -80686,6 +80686,29 @@ close a chapter. It is intended as a simple replacement for the more
sophisticated @code{epigraph} package.")
(license license:lppl1.3c)))
(define-public texlive-epiolmec
(package
(name "texlive-epiolmec")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/epiolmec/"
"fonts/map/dvips/epiolmec/"
"fonts/tfm/public/epiolmec/"
"fonts/type1/public/epiolmec/"
"source/latex/epiolmec/"
"tex/latex/epiolmec/")
(base32
"1vz61v5hdkwsdcjcbq7z7gzszxd3liib52sndyas10fqk675hs60")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/epiolmec")
(synopsis "Typesetting the Epi-Olmec language")
(description
"The package contains all the necessary files to typeset Epi-Olmec documents,
in a script used in Southern Middle America until about 500 AD.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar