[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
120/306: gnu: Add texlive-fdsymbol.
From: |
guix-commits |
Subject: |
120/306: gnu: Add texlive-fdsymbol. |
Date: |
Mon, 21 Aug 2023 10:35:58 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 0308614111ffa2eefa8f4ec6bc5a6d5d31675044
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:16:04 2023 +0200
gnu: Add texlive-fdsymbol.
* gnu/packages/tex.scm (texlive-fdsymbol): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 1099688c31..f4cdf708bc 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -11803,6 +11803,34 @@ all necessary support files are provided. The font
works well with
fit @emph{Frontiers in Bioscience} requirements.")
(license license:lppl)))
+(define-public texlive-fdsymbol
+ (package
+ (name "texlive-fdsymbol")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fdsymbol/"
+ "doc/latex/fdsymbol/"
+ "fonts/enc/dvips/fdsymbol/"
+ "fonts/map/dvips/fdsymbol/"
+ "fonts/opentype/public/fdsymbol/"
+ "fonts/source/public/fdsymbol/"
+ "fonts/tfm/public/fdsymbol/"
+ "fonts/type1/public/fdsymbol/"
+ "source/latex/fdsymbol/"
+ "tex/latex/fdsymbol/")
+ (base32
+ "1qw2bmw48xppn9jj5m46l3lr1zja6nall0a3vvpcfjd66ai3hmca")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/fdsymbol";)
+ (synopsis "Maths symbol font")
+ (description
+ "FdSymbol is a maths symbol font, designed as a companion to the Fedra
+family, but it might also fit other contemporary typefaces.")
+ (license license:silofl1.1)))
+
(define-public texlive-fduthesis
(package
(name "texlive-fduthesis")
- 203/306: gnu: Add texlive-mintspirit., (continued)
- 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, 2023/08/21
- 120/306: gnu: Add texlive-fdsymbol.,
guix-commits <=
- 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
- 146/306: gnu: Add texlive-gfssolomos., guix-commits, 2023/08/21