gnu: Add texlive-manfnt-font.
* gnu/packages/tex.scm (texlive-manfnt-font): New variable.
This commit is contained in:
parent
124d6cf6c9
commit
ccca8fbac6
1 changed files with 20 additions and 0 deletions
|
@ -4775,6 +4775,26 @@ definitions.")
|
||||||
the Knuth's manual font, such as the Dangerous Bend and Manual-errata Arrow.")
|
the Knuth's manual font, such as the Dangerous Bend and Manual-errata Arrow.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-manfnt-font
|
||||||
|
(package
|
||||||
|
(name "texlive-manfnt-font")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "fonts/afm/hoekwater/manfnt-font/"
|
||||||
|
"fonts/map/dvips/manfnt-font/"
|
||||||
|
"fonts/type1/hoekwater/manfnt-font/")
|
||||||
|
(base32
|
||||||
|
"1cdd2a3xj00bwsby9z5iz5f2iy2iwsjl35gcack9q83hacbf3ssb")))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/manual")
|
||||||
|
(synopsis "Knuth's manual fonts")
|
||||||
|
(description
|
||||||
|
"This package provides METAFONT (by Donald Knuth) and Adobe Type 1 (by
|
||||||
|
Taco Hoekwater) versions of the font containing the odd symbols Knuth uses in
|
||||||
|
his books. LaTeX support is available using the @code{manfnt} package.")
|
||||||
|
(license license:knuth)))
|
||||||
|
|
||||||
(define-public texlive-mathdots
|
(define-public texlive-mathdots
|
||||||
(package
|
(package
|
||||||
(name "texlive-mathdots")
|
(name "texlive-mathdots")
|
||||||
|
|
Reference in a new issue