gnu: Add texlive-latex-mflogo.

* gnu/packages/tex.scm (texlive-latex-mflogo): New variable.
This commit is contained in:
Ricardo Wurmus 2019-03-01 23:23:09 +01:00
parent 96f5377d5e
commit 6072f82a1e
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1001,6 +1001,27 @@ (define-public texlive-fonts-latex
symbol fonts.")
(license license:lppl1.2+)))
(define-public texlive-latex-mflogo
(package
(name "texlive-latex-mflogo")
(version (number->string %texlive-revision))
(source
(origin
(method svn-fetch)
(uri (texlive-ref "latex" "mflogo"))
(sha256
(base32
"15i2ib6nvhf31g1b92c6njf7n0g29znlq7hbfp9ii7qabhcwwvrj"))))
(build-system texlive-build-system)
(arguments '(#:tex-directory "latex/mflogo"))
(home-page "http://www.ctan.org/pkg/mflogo")
(synopsis "LaTeX support for Metafont logo fonts")
(description
"This package provides LaTeX and font definition files to access the
Knuthian mflogo fonts described in The Metafontbook and to typeset Metafont
logos in LaTeX documents.")
(license license:lppl)))
(define-public texlive-fonts-amsfonts
(package
(name "texlive-fonts-amsfonts")