mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add texlive-jfmutil.
* gnu/packages/tex.scm (texlive-jfmutil): New variable.
This commit is contained in:
parent
6267d1aec2
commit
34bde884b1
1 changed files with 29 additions and 0 deletions
|
@ -6071,6 +6071,35 @@ (define-public texlive-itnumpar
|
|||
words, both in cardinal and in ordinal form.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-jfmutil
|
||||
(package
|
||||
(name "texlive-jfmutil")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/jfmutil/" "scripts/jfmutil/")
|
||||
(base32
|
||||
"1c23wak28a1kwgsk6bw1ifa794zywmqzm7a6w5g883nmbfmsq388")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(arguments (list #:link-scripts #~(list "jfmutil.pl")))
|
||||
(inputs (list perl))
|
||||
(home-page "https://ctan.org/pkg/jfmutil")
|
||||
(synopsis "Utility to process pTeX-extended TFM and VF")
|
||||
(description
|
||||
"This program provides functionality to process data files (JFM and VF) that
|
||||
form logical fonts used in (u)pTeX. The functions currently available
|
||||
include:
|
||||
@itemize
|
||||
@item The mutual conversion between Japanese virtual fonts (pairs of VF and
|
||||
JFM) and files in the ZVP format, which is an original text format
|
||||
representing data in virtual fonts. This function can be seen as
|
||||
a counterpart to the @code{vftovp} and @code{vptovf} programs.
|
||||
@item The mutual conversion between VF files alone and files in the ZVP0
|
||||
format, which is a subset of the ZVP format.
|
||||
@end itemize")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public texlive-jkmath
|
||||
(package
|
||||
(name "texlive-jkmath")
|
||||
|
|
Loading…
Reference in a new issue