me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-omega.

* gnu/packages/tex.scm (texlive-omega): New variable.
Nicolas Goaziou 2023-08-14 13:54:44 +02:00
parent 338d8f3600
commit efb0e9d022
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 41 additions and 0 deletions

View File

@ -7166,6 +7166,47 @@ mathematical function values.")
"The package will typeset both Z and Object-Z specifications.") "The package will typeset both Z and Object-Z specifications.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-omega
(package
(name "texlive-omega")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/omega/base/"
"dvips/omega/"
"fonts/afm/public/omega/"
"fonts/map/dvips/omega/"
"fonts/ofm/public/omega/"
"fonts/ovf/public/omega/"
"fonts/ovp/public/omega/"
"fonts/tfm/public/omega/"
"fonts/type1/public/omega/"
"omega/ocp/char2uni/"
"omega/ocp/misc/"
"omega/ocp/omega/"
"omega/ocp/uni2char/"
"omega/otp/char2uni/"
"omega/otp/misc/"
"omega/otp/omega/"
"omega/otp/uni2char/"
"tex/generic/encodings/"
"tex/generic/omegahyph/"
"tex/plain/omega/")
(base32
"1gma5angnq5wdxianz0ml7y9jh04lsq9ksspykan06p0cp1bnmjc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/omega")
(synopsis "Wide-character-set extension of TeX")
(description
"This package provides a development of TeX, which deals in multi-octet
Unicode characters, to enable native treatment of a wide range of languages
without changing character-set. Work on Omega has ceased; its compatible
successor is Aleph, which is itself also in major maintenance mode only.
Ongoing projects developing Omega (and Aleph) ideas include Omega-2 and
LuaTeX.")
(license license:gpl3+)))
(define-public texlive-oplotsymbl (define-public texlive-oplotsymbl
(package (package
(name "texlive-oplotsymbl") (name "texlive-oplotsymbl")