[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
353/458: gnu: Add texlive-manfnt-font.
From: |
guix-commits |
Subject: |
353/458: gnu: Add texlive-manfnt-font. |
Date: |
Wed, 14 Jun 2023 05:23:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3aabcc8539cb10490d6fe88fbc51836c6a4b1092
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 4b275e83c4..ca44cdf063 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4775,6 +4775,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")
- 244/458: gnu: texlive-fancyhdr: Refresh package definition., (continued)
- 244/458: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/14
- 279/458: gnu: texlive-filecontents: Refresh package definition., guix-commits, 2023/06/14
- 283/458: gnu: texlive-xcolor: Refresh package definition., guix-commits, 2023/06/14
- 303/458: gnu: texlive-ddphonism: Refresh package definition., guix-commits, 2023/06/14
- 318/458: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/06/14
- 336/458: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/06/14
- 369/458: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 345/458: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/06/14
- 372/458: gnu: texlive-qrcode: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 370/458: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 353/458: gnu: Add texlive-manfnt-font.,
guix-commits <=
- 376/458: gnu: texlive-babel-dutch: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 396/458: gnu: texlive-latex-fonts: Fix build., guix-commits, 2023/06/14
- 405/458: gnu: texlive-lh: Fix build., guix-commits, 2023/06/14
- 435/458: guix: texlive importer ignores dependencies unnecessary in Guix., guix-commits, 2023/06/14
- 442/458: gnu: Add texlive-babelbib., guix-commits, 2023/06/14
- 437/458: gnu: Add texlive-luahbtex., guix-commits, 2023/06/14
- 443/458: gnu: Add texlive-fix2col., guix-commits, 2023/06/14
- 450/458: gnu: Add texlive-collection-latex., guix-commits, 2023/06/14
- 189/458: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/14
- 143/458: gnu: texlive-substr: Refresh package definition., guix-commits, 2023/06/14