[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
126/306: gnu: Add texlive-foekfont.
From: |
guix-commits |
Subject: |
126/306: gnu: Add texlive-foekfont. |
Date: |
Mon, 21 Aug 2023 10:36:00 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0d9782d9dc104b9587b5a981f0f0f1f2cbc5a167
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:17:19 2023 +0200
gnu: Add texlive-foekfont.
* gnu/packages/tex.scm (texlive-foekfont): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1f0f220a9e..20b348e052 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12169,6 +12169,28 @@ and complex notation. Further many macros and
shortcuts are added, e.g., for
spaces, operators, physics unit, etc.")
(license license:lppl)))
+(define-public texlive-foekfont
+ (package
+ (name "texlive-foekfont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/foekfont/"
+ "fonts/map/dvips/foekfont/"
+ "fonts/tfm/public/foekfont/"
+ "fonts/type1/public/foekfont/"
+ "tex/latex/foekfont/")
+ (base32
+ "01l6mj5dh52cdaqdkv74j8qw2pfd6w7x53n856vsjgdha4r8362y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/foekfont";)
+ (synopsis "Title font of the @emph{Mads Fok} magazine")
+ (description
+ "The bundle provides the Foek font, an Adobe Type 1 font, and LaTeX
+support for its use.")
+ (license license:gpl3+)))
+
(define-public texlive-fontsize
(package
(name "texlive-fontsize")
- 92/306: gnu: Add texlive-drm., (continued)
- 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, 2023/08/21
- 120/306: gnu: Add texlive-fdsymbol., guix-commits, 2023/08/21
- 126/306: gnu: Add texlive-foekfont.,
guix-commits <=
- 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
- 146/306: gnu: Add texlive-gfssolomos., guix-commits, 2023/08/21
- 150/306: gnu: Add texlive-gofonts., guix-commits, 2023/08/21