me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-mathfam256.

* gnu/packages/tex.scm (texlive-mathfam256): New variable.
master
Nicolas Goaziou 2023-08-29 15:55:10 +02:00
parent 231ca11150
commit 564a594873
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -88325,6 +88325,28 @@ addition, the package will automatically create page headers and footers, and
will let you include instructions and space for students to put their name.") will let you include instructions and space for students to put their name.")
(license license:lppl))) (license license:lppl)))
(define-public texlive-mathfam256
(package
(name "texlive-mathfam256")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/mathfam256/"
"tex/latex/mathfam256/")
(base32
"170hjgam55xgfrmznqmqycr5iwk76s1gknfdjjg8jxqd0z8z55i9")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mathfam256")
(synopsis "Extend math family up to 256 for pLaTeX/upLaTeX/Lamed")
(description
"This package increases the upper limit of math symbols up to 256, using
@code{\\omath}... primitives. These primitives were originally introduced in
Omega and are currently available in the following formats: pLaTeX (runs on
e-pTeX), upLaTeX (runs on e-upTeX), and Lamed (runs on Aleph, successor of
Omega).")
(license license:bsd-3)))
;;; ;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; 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 ;;; of a merge conflict, place them above by existing packages with similar