guix-commits
[Top][All Lists]
Advanced

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

353/435: gnu: Add texlive-manfnt-font.


From: guix-commits
Subject: 353/435: gnu: Add texlive-manfnt-font.
Date: Tue, 6 Jun 2023 11:40:25 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit c87910a8583d1cb8a7ab82b95ca3ad2b842e08d0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 11:29:06 2023 +0200

    gnu: Add texlive-manfnt-font.
    
    * gnu/packages/tex.scm (texlive-manfnt-font): New variable.
---
 gnu/packages/tex.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 3c1a4457ec..189418f4a7 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4783,6 +4783,26 @@ definitions.")
 the Knuth's manual font, such as the Dangerous Bend and Manual-errata Arrow.")
     (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
   (package
     (name "texlive-mathdots")



reply via email to

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