ngz pushed a commit to branch master
in repository guix.
commit 45ec943dbadda3541ca9a2d961b1174957c0bdd3
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 11:53:02 2023 +0200
gnu: Add texlive-cascadia-code.
* gnu/packages/tex.scm (texlive-cascadia-code): 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 ba2d77aa64..7e58caf2a2 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7065,6 +7065,31 @@ constructions to present mathematical demonstrations
with successive braces
for the deductions.")
(license license:lppl1.3+)))
+(define-public texlive-cascadia-code
+ (package
+ (name "texlive-cascadia-code")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cascadia-code/"
+ "fonts/enc/dvips/cascadia-code/"
+ "fonts/map/dvips/cascadia-code/"
+ "fonts/opentype/public/cascadia-code/"
+ "fonts/tfm/public/cascadia-code/"
+ "fonts/type1/public/cascadia-code/"
+ "fonts/vf/public/cascadia-code/"
+ "tex/latex/cascadia-code/")
+ (base32
+ "1bcp2zw71aka47nc5wmi3196ypyr430ws1j63jnbzjaxnk2r63yw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cascadia-code")
+ (synopsis "Cascadia Code font with support for LaTeX and pdfLaTeX")
+ (description
+ "Cascadia Code is a monospaced font by Microsoft. This package provides
+the Cascadia Code family of fonts with support for LaTeX and pdfLaTeX.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-catcodes
(package
(name "texlive-catcodes")