mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: Add texlive-afm2pl.
* gnu/packages/tex.scm (texlive-afm2pl): New variable.
This commit is contained in:
parent
ce749beb17
commit
347a6932b0
1 changed files with 23 additions and 0 deletions
|
@ -1012,6 +1012,29 @@ (define-public texlive-accfonts
|
|||
Omega one.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-afm2pl
|
||||
(package
|
||||
(name "texlive-afm2pl")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/man/man1/afm2pl.1"
|
||||
"doc/man/man1/afm2pl.man1.pdf"
|
||||
"fonts/enc/dvips/afm2pl/"
|
||||
"fonts/lig/afm2pl/" "tex/fontinst/afm2pl/")
|
||||
(base32
|
||||
"19llzzr4kmmyf7l18ngx1rhaqaqvgm3md924m4dxcv7nmrvga2b2")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/afm2pl")
|
||||
(synopsis "Convert AFM to TeX property list (@file{.pl}) metrics")
|
||||
(description
|
||||
"@command{afm2pl} converts a @file{.afm} (Adobe Font Metric) file into
|
||||
a @file{.pl} (Property List) file, which in its turn can be converted to
|
||||
a @file{.tfm} (TeX Font Metric) file. It normally preserves kerns and
|
||||
ligatures, but also offers additional control over them.")
|
||||
(license license:gpl2)))
|
||||
|
||||
(define-public texlive-tex
|
||||
(package
|
||||
(name "texlive-tex")
|
||||
|
|
Loading…
Reference in a new issue