ngz pushed a commit to branch master
in repository guix.
commit 9ca13b4678448660568fce63c862790b0a18f40c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:21:46 2023 +0200
gnu: Add texlive-gfsdidotclassic.
* gnu/packages/tex.scm (texlive-gfsdidotclassic): New variable.
---
gnu/packages/tex.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 94b77c5b44..2946006bd8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -13071,6 +13071,25 @@ Latin alphabet based on Zapf's Palatino. LaTeX
support is provided, using the
OT1, T1, TS1, and LGR encodings.")
(license license:silofl1.1)))
+(define-public texlive-gfsdidotclassic
+ (package
+ (name "texlive-gfsdidotclassic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfsdidotclassic/"
+ "fonts/opentype/public/gfsdidotclassic/")
+ (base32
+ "1cpsmgrq2x6ym9xb63msvm6pc4p2qyi2k40hmxmzhi979ch8gkaz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfsdidotclassic")
+ (synopsis "Classic version of GFSDidot")
+ (description
+ "This is the classic version of GFSDidot provided for Unicode TeX
+engines.")
+ (license license:silofl1.1)))
+
(define-public texlive-ghab
(package
(name "texlive-ghab")