mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add texlive-fontware.
* gnu/packages/tex.scm (texlive-fontware): New variable.
This commit is contained in:
parent
3a1e1931b3
commit
f5fec06954
1 changed files with 29 additions and 0 deletions
|
@ -1150,6 +1150,35 @@ (define-public texlive-fontools
|
||||||
@end itemize")
|
@end itemize")
|
||||||
(license license:gpl2)))
|
(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
|
(define-public texlive-tex
|
||||||
(package
|
(package
|
||||||
(name "texlive-tex")
|
(name "texlive-tex")
|
||||||
|
|
Loading…
Reference in a new issue