[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
353/418: gnu: Add texlive-manfnt-font.
From: |
guix-commits |
Subject: |
353/418: gnu: Add texlive-manfnt-font. |
Date: |
Fri, 2 Jun 2023 17:25:54 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit c4e74f66dcf13c005cbd4147084b6c45081a26c1
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 f4ec614257..5e4249a3c3 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")
- 282/418: gnu: texlive-hycolor: Refresh package definition., (continued)
- 282/418: gnu: texlive-hycolor: Refresh package definition., guix-commits, 2023/06/02
- 288/418: gnu: texlive-amsfonts: Refresh package definition., guix-commits, 2023/06/02
- 293/418: gnu: texlive-endnotes: Refresh package definition., guix-commits, 2023/06/02
- 292/418: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/02
- 289/418: gnu: texlive-jadetex: Refresh package definition., guix-commits, 2023/06/02
- 303/418: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/02
- 323/418: gnu: texlive-latexconfig: Refresh package definition., guix-commits, 2023/06/02
- 325/418: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/02
- 342/418: gnu: texlive-cm: Refresh package definition., guix-commits, 2023/06/02
- 341/418: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/02
- 353/418: gnu: Add texlive-manfnt-font.,
guix-commits <=
- 358/418: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/02
- 361/418: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/06/02
- 394/418: gnu: texlive-mflogo-font: Fix build., guix-commits, 2023/06/02
- 397/418: gnu: texlive-amsfonts: Fix build., guix-commits, 2023/06/02
- 401/418: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/02
- 410/418: gnu: texlive-xindy: Use TEXLIVE-BUILD-SYSTEM and related tools., guix-commits, 2023/06/02
- 415/418: gnu: Add texlive-mfware., guix-commits, 2023/06/02
- 417/418: gnu: texlive-texmf: Improve package style., guix-commits, 2023/06/02
- 156/418: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/02
- 231/418: gnu: texlive-babel-french: Refresh package definition., guix-commits, 2023/06/02