mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: Add texlive-mfware.
* gnu/packages/tex.scm (texlive-mfware): New variable.
This commit is contained in:
parent
62fad0e46e
commit
8fe63131ba
1 changed files with 30 additions and 0 deletions
|
@ -1563,6 +1563,36 @@ (define-public texlive-mflogo-font
|
||||||
|
|
||||||
(define-deprecated-package texlive-fonts-mflogo-font texlive-mflogo-font)
|
(define-deprecated-package texlive-fonts-mflogo-font texlive-mflogo-font)
|
||||||
|
|
||||||
|
(define-public texlive-mfware
|
||||||
|
(package
|
||||||
|
(name "texlive-mfware")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/man/man1/gftodvi.1"
|
||||||
|
"doc/man/man1/gftodvi.man1.pdf"
|
||||||
|
"doc/man/man1/gftopk.1"
|
||||||
|
"doc/man/man1/gftopk.man1.pdf"
|
||||||
|
"doc/man/man1/gftype.1"
|
||||||
|
"doc/man/man1/gftype.man1.pdf"
|
||||||
|
"doc/man/man1/mft.1"
|
||||||
|
"doc/man/man1/mft.man1.pdf"
|
||||||
|
"doc/man/man1/pktogf.1"
|
||||||
|
"doc/man/man1/pktogf.man1.pdf"
|
||||||
|
"doc/man/man1/pktype.1"
|
||||||
|
"doc/man/man1/pktype.man1.pdf"
|
||||||
|
"mft/base/")
|
||||||
|
(base32
|
||||||
|
"0v8i6w5kinh11xm0vmgb75sxb4lxznf3l1j78dq6xh55a79330ha")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/mfware")
|
||||||
|
(synopsis "Supporting tools for use with Metafont")
|
||||||
|
(description
|
||||||
|
"This package provides a collection of programs (as web source) for
|
||||||
|
processing the output of Metafont.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-amsfonts
|
(define-public texlive-amsfonts
|
||||||
(package
|
(package
|
||||||
(name "texlive-amsfonts")
|
(name "texlive-amsfonts")
|
||||||
|
|
Loading…
Reference in a new issue