mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: Add texlive-uptex-fonts.
* gnu/packages/tex.scm (texlive-uptex-fonts): New variable.
This commit is contained in:
parent
72e8527355
commit
2d1f5a3802
1 changed files with 22 additions and 0 deletions
|
@ -14038,6 +14038,28 @@ (define-public texlive-uptex-base
|
|||
and e-upTeX.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public texlive-uptex-fonts
|
||||
(package
|
||||
(name "texlive-uptex-fonts")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/fonts/uptex-fonts/"
|
||||
"fonts/cmap/uptex-fonts/"
|
||||
"fonts/source/uptex-fonts/"
|
||||
"fonts/tfm/uptex-fonts/jis/"
|
||||
"fonts/tfm/uptex-fonts/min/"
|
||||
"fonts/vf/uptex-fonts/jis/"
|
||||
"fonts/vf/uptex-fonts/min/")
|
||||
(base32
|
||||
"13cvdmfr97ad77q0djffl28grm1brqcsb1ccwkfdnkznp7ihiz82")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/uptex-fonts")
|
||||
(synopsis "Fonts for use with upTeX")
|
||||
(description "The bundle contains fonts (TFM and VF) for use with upTeX.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public texlive-variations
|
||||
(package
|
||||
(name "texlive-variations")
|
||||
|
|
Loading…
Reference in a new issue