me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-substitutefont.

* gnu/packages/tex.scm (texlive-substitutefont): New variable.
master
Nicolas Goaziou 2023-08-29 16:02:09 +02:00
parent becf40315c
commit e7aa62ef0b
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -96792,6 +96792,27 @@ which generates sub-figures within one normal figure, and manages their
placement; @code{subfloat} only affects captions and numbering.")
(license license:lppl)))
(define-public texlive-substitutefont
(package
(name "texlive-substitutefont")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/substitutefont/"
"tex/latex/substitutefont/")
(base32
"12h6012ckkacv2hjcs0cv3ylzzxfp54ps0ca2fp6m20achbv93lc")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/substitutefont")
(synopsis "Easy font substitution")
(description
"Many fonts are extensions of a basic font family with new glyphs or shapes.
Such fonts may be given a new name due to licence reasons or to the creator's
preference. The package facilitates the task of setting up a font family as
substitute for another one, using its @code{\\substitutefont} command.")
(license license:lppl1.3+)))
;;;
;;; 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