[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
121/306: gnu: Add texlive-fetamont.
From: |
guix-commits |
Subject: |
121/306: gnu: Add texlive-fetamont. |
Date: |
Mon, 21 Aug 2023 10:35:59 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 6b6356dacfe9f9ec8515d7dfed1c468639fbd837
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:16:14 2023 +0200
gnu: Add texlive-fetamont.
* gnu/packages/tex.scm (texlive-fetamont): New variable.
---
gnu/packages/tex.scm | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f4cdf708bc..608909ce72 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11851,6 +11851,40 @@ family, but it might also fit other contemporary
typefaces.")
It can make it easy to write theses both in Chinese and English.")
(license license:lppl1.3c)))
+(define-public texlive-fetamont
+ (package
+ (name "texlive-fetamont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fetamont/"
+ "fonts/afm/public/fetamont/"
+ "fonts/map/dvips/fetamont/"
+ "fonts/opentype/public/fetamont/"
+ "fonts/source/public/fetamont/"
+ "fonts/tfm/public/fetamont/"
+ "fonts/type1/public/fetamont/"
+ "metapost/fetamont/"
+ "source/fonts/fetamont/"
+ "tex/latex/fetamont/")
+ (base32
+ "0bs911vyn54i61vv3rhr0xcp6myap2s8ww6p1fd30ld1ha6nsrf6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ ;; FIXME: Generating font metrics require unpackaged "mf2outline.py"
+ ;; script.
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/fetamont")
+ (synopsis "Extended version of Knuth's Logo typeface")
+ (description
+ "The @code{fetamont} typeface was designed in Metafont and extends the
+Logo fonts to complete the Type 1 encoding.")
+ (license license:lppl1.3+)))
+
(define-public texlive-figbas
(package
(name "texlive-figbas")
- 190/306: gnu: Add texlive-libris., (continued)
- 190/306: gnu: Add texlive-libris., guix-commits, 2023/08/21
- 203/306: gnu: Add texlive-mintspirit., guix-commits, 2023/08/21
- 92/306: gnu: Add texlive-drm., guix-commits, 2023/08/21
- 94/306: gnu: Add texlive-dsserif., guix-commits, 2023/08/21
- 98/306: gnu: Add texlive-ean., guix-commits, 2023/08/21
- 99/306: gnu: Add texlive-ebgaramond., guix-commits, 2023/08/21
- 102/306: gnu: Add texlive-eco., guix-commits, 2023/08/21
- 108/306: gnu: Add texlive-elvish., guix-commits, 2023/08/21
- 110/306: gnu: Add texlive-epsdice., guix-commits, 2023/08/21
- 124/306: gnu: Add texlive-firamath., guix-commits, 2023/08/21
- 121/306: gnu: Add texlive-fetamont.,
guix-commits <=
- 120/306: gnu: Add texlive-fdsymbol., guix-commits, 2023/08/21
- 126/306: gnu: Add texlive-foekfont., guix-commits, 2023/08/21
- 128/306: gnu: Add texlive-fontawesome., guix-commits, 2023/08/21
- 130/306: gnu: Add texlive-fontmfizz., guix-commits, 2023/08/21
- 134/306: gnu: Add texlive-frederika2016., guix-commits, 2023/08/21
- 135/306: gnu: Add texlive-frimurer., guix-commits, 2023/08/21
- 136/306: gnu: Add texlive-garamond-libre., guix-commits, 2023/08/21
- 138/306: gnu: Add texlive-genealogy., guix-commits, 2023/08/21
- 139/306: gnu: Add texlive-gfsartemisia., guix-commits, 2023/08/21
- 144/306: gnu: Add texlive-gfsneohellenic., guix-commits, 2023/08/21