guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: Add texlive-latex-mflogo.


From: guix-commits
Subject: 04/08: gnu: Add texlive-latex-mflogo.
Date: Fri, 1 Mar 2019 17:31:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6072f82a1e6b3747d1fdc5a3a8d332d64a3e1b11
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 1 23:23:09 2019 +0100

    gnu: Add texlive-latex-mflogo.
    
    * gnu/packages/tex.scm (texlive-latex-mflogo): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 738d49d..a544c7d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1001,6 +1001,27 @@ class), line and circle fonts (for use in the picture 
environment) and 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]