gnu: Add texlive-collection-fontutils.
* gnu/packages/tex.scm (texlive-collection-fontutils): New variable.
This commit is contained in:
parent
b42c197a51
commit
c335c5f661
1 changed files with 36 additions and 0 deletions
|
@ -19366,6 +19366,42 @@ (define-public texlive-collection-fontsrecommended
|
|||
for Computer Modern, in outline form.")
|
||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||
|
||||
(define-public texlive-collection-fontutils
|
||||
(package
|
||||
(name "texlive-collection-fontutils")
|
||||
(version (number->string %texlive-revision))
|
||||
(source #f)
|
||||
(build-system trivial-build-system)
|
||||
(arguments (list #:builder #~(mkdir #$output)))
|
||||
(propagated-inputs
|
||||
(list texlive-accfonts
|
||||
texlive-afm2pl
|
||||
texlive-albatross
|
||||
texlive-collection-basic
|
||||
texlive-dosepsbin
|
||||
texlive-dvipsconfig
|
||||
texlive-epstopdf
|
||||
texlive-fontinst
|
||||
texlive-fontools
|
||||
texlive-fontware
|
||||
texlive-lcdftypetools
|
||||
texlive-luafindfont
|
||||
texlive-metatype1
|
||||
texlive-mf2pt1
|
||||
texlive-ps2eps
|
||||
texlive-ps2pk
|
||||
texlive-psutils
|
||||
texlive-t1utils
|
||||
texlive-ttfutils))
|
||||
(home-page "https://www.tug.org/texlive/")
|
||||
(synopsis "Graphics and font utilities")
|
||||
(description
|
||||
"This collection of packages provides programs for conversion between
|
||||
font formats, testing fonts, virtual fonts, @file{.gf} and @file{.pk}
|
||||
manipulation, mft, fontinst, etc. Manipulating OpenType, TrueType, Type 1,and
|
||||
for manipulation of PostScript and other image formats.")
|
||||
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
|
||||
|
||||
(define-public texlive-collection-latex
|
||||
(package
|
||||
(name "texlive-collection-latex")
|
||||
|
|
Loading…
Reference in a new issue