ngz pushed a commit to branch master
in repository guix.
commit f23f9b7ea14e4b55122e5ab631d77f03b5988801
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 11:50:59 2023 +0200
gnu: Add texlive-caladea.
* gnu/packages/tex.scm (texlive-caladea): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6cd6303d77..b9552a2b0a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6852,6 +6852,31 @@ in Python, C and Pascal. Program source files may also
be input.")
(description "This package provides C90 font encoding for Thai.")
(license license:gpl2+)))
+(define-public texlive-caladea
+ (package
+ (name "texlive-caladea")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/caladea/"
+ "fonts/enc/dvips/caladea/"
+ "fonts/map/dvips/caladea/"
+ "fonts/tfm/huerta/caladea/"
+ "fonts/truetype/huerta/caladea/"
+ "fonts/type1/huerta/caladea/"
+ "fonts/vf/huerta/caladea/"
+ "tex/latex/caladea/")
+ (base32
+ "02pw132njvk23iwfwlfq5cbamqmgxap2h5pq23x3r8dbym1zpk9f")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/caladea")
+ (synopsis "Support for the Caladea family of fonts")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Caladea family of fonts.")
+ (license (list license:asl2.0 license:lppl))))
+
(define-public texlive-calculation
(package
(name "texlive-calculation")