me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-oinuit.

* gnu/packages/tex.scm (texlive-oinuit): New variable.
Nicolas Goaziou 2023-08-21 12:48:13 +02:00
parent 0d4942aa3e
commit 78350a2c2a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 28 additions and 0 deletions

View File

@ -20169,6 +20169,34 @@ Irish and Pictish carvings dating from the 4th century AD. The font is
distributed as Metafont source.")
(license license:public-domain)))
(define-public texlive-oinuit
(package
(name "texlive-oinuit")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/oinuit/"
"fonts/map/dvips/oinuit/"
"fonts/ofm/public/oinuit/"
"fonts/ovf/public/oinuit/"
"fonts/tfm/public/oinuit/"
"fonts/type1/public/oinuit/"
"omega/ocp/oinuit/"
"omega/otp/oinuit/"
"source/lambda/oinuit/"
"tex/lambda/oinuit/")
(base32
"1f5rlqgdz4r93z5prxjq7z7591frqz89gplj3y0dscjnlc98wxy4")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/oinuit")
(synopsis "LaTeX Support for the Inuktitut Language")
(description
"The package provides a set of Lambda (Omega LaTeX) typesetting tools for
the Inuktitut language. Five different input methods are supported and with
the necessary fonts are also provided.")
(license license:lppl)))
(define-public texlive-omega
(package
(name "texlive-omega")