me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-fontware.

* gnu/packages/tex.scm (texlive-fontware): New variable.
Nicolas Goaziou 2023-07-15 16:31:28 +02:00
parent 3a1e1931b3
commit f5fec06954
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 29 additions and 0 deletions

View File

@ -1150,6 +1150,35 @@ otc) into individual fonts.
@end itemize")
(license license:gpl2)))
(define-public texlive-fontware
(package
(name "texlive-fontware")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/man/man1/pltotf.1"
"doc/man/man1/pltotf.man1.pdf"
"doc/man/man1/tftopl.1"
"doc/man/man1/tftopl.man1.pdf"
"doc/man/man1/vftovp.1"
"doc/man/man1/vftovp.man1.pdf"
"doc/man/man1/vptovf.1"
"doc/man/man1/vptovf.man1.pdf")
(base32
"0ng27m6cz92aa52z99gnw5i8s8fbkxq4354mygwnchchgxndcba0")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/vfware")
(synopsis "Tools for virtual font metrics")
(description
"Virtual font metrics are usually created in a textual form, the Virtual
Property List, but programs that use them need to use binary files (the
Virtual Font and the TeX Font Metric). The two programs provided in this
package translate between the two forms: @command{vptovf} takes a VPL file and
generates a VF file and a TFM file; @command{vftovp} takes a VF file and a TFM
file and generates a VPL file.")
(license license:knuth)))
(define-public texlive-tex
(package
(name "texlive-tex")