me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-oldstyle.

* gnu/packages/tex.scm (texlive-oldstyle): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:07 +02:00
parent b5271fc71f
commit c83ca2d379
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -90748,6 +90748,26 @@ show) or disable (to hide) OCGs.")
documents.")
(license license:gpl3+)))
(define-public texlive-oldstyle
(package
(name "texlive-oldstyle")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/oldstyle/"
"source/latex/oldstyle/"
"tex/latex/oldstyle/")
(base32
"0lrjr8w54m2ab9a8l1vigjdlsbg21lh0nl9kyyhpn6xgpi16ph1p")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/oldstyle")
(synopsis "Old style numbers in OT1 encoding")
(description
"This package provides font information needed to load the @code{cmmi} and
@code{cmmib} fonts for use to produce old-style numbers.")
(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