gnu: Add texlive-fontinstallationguide.
* gnu/packages/tex.scm (texlive-fontinstallationguide): New variable.
This commit is contained in:
parent
45478baee8
commit
b34dd71d69
1 changed files with 22 additions and 0 deletions
|
@ -8351,6 +8351,28 @@ Math mode always uses CM fonts. A command for producing doubled-spaced
|
||||||
documents is also provided.")
|
documents is also provided.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-fontinstallationguide
|
||||||
|
(package
|
||||||
|
(name "texlive-fontinstallationguide")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/fonts/fontinstallationguide/")
|
||||||
|
(base32
|
||||||
|
"1i6im0nckcr9fzs0kc54dvcj3jvjz2j8jd55xgjm0r569qjj1hi5")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/fontinstallationguide")
|
||||||
|
(synopsis "Font installation guide")
|
||||||
|
(description
|
||||||
|
"This guide discusses the most common scenarios you are likely to
|
||||||
|
encounter when installing Type 1 PostScript fonts. While the individual tools
|
||||||
|
employed in the installation process are documented well, the actual
|
||||||
|
difficulty most users are facing when trying to install new fonts is
|
||||||
|
understanding how to put all the pieces together. This is what this guide is
|
||||||
|
about.")
|
||||||
|
(license license:fdl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-fontools
|
(define-public texlive-fontools
|
||||||
(package
|
(package
|
||||||
(name "texlive-fontools")
|
(name "texlive-fontools")
|
||||||
|
|
Reference in a new issue