[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
353/409: gnu: Add texlive-manfnt-font.
From: |
guix-commits |
Subject: |
353/409: gnu: Add texlive-manfnt-font. |
Date: |
Sat, 20 May 2023 04:03:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit faaddf556cf46e168f1b4c25150f5844dfa276e7
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 f6b57d1911..33cf180f03 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4787,6 +4787,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")
- 316/409: gnu: texlive-url: Refresh package definition., (continued)
- 316/409: gnu: texlive-url: Refresh package definition., guix-commits, 2023/05/20
- 322/409: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/05/20
- 317/409: gnu: texlive-greek-fontenc: Refresh package definition., guix-commits, 2023/05/20
- 324/409: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/20
- 338/409: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/05/20
- 340/409: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/20
- 343/409: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/20
- 346/409: gnu: texlive-fontinst: Refresh package definition., guix-commits, 2023/05/20
- 349/409: gnu: texlive-underscore: Refresh package definition., guix-commits, 2023/05/20
- 350/409: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/20
- 353/409: gnu: Add texlive-manfnt-font.,
guix-commits <=
- 358/409: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 356/409: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/20
- 360/409: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/20
- 362/409: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 364/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 366/409: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 368/409: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 370/409: gnu: texlive-titling: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 373/409: gnu: texlive-unicode-math: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 380/409: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20