ngz pushed a commit to branch master
in repository guix.
commit 1a952e6564095699a499364ec9bd852959cd8560
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:56:57 2023 +0200
gnu: Add texlive-schola-otf.
* gnu/packages/tex.scm (texlive-schola-otf): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 745a7b5721..3400b019d6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22688,6 +22688,26 @@ intermediate document sizes as 11pt. Also included is
the package
@code{sbbm}, an alternative to access the BBM fonts.")
(license license:gpl3+)))
+(define-public texlive-schola-otf
+ (package
+ (name "texlive-schola-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/schola-otf/"
+ "tex/latex/schola-otf/")
+ (base32
+ "1ygc9bhdc9qgp20r17am8k7zmc1c1rdra0a56davw5y93zjvyzji")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/schola-otf")
+ (synopsis "Using the OpenType fonts TeX Gyre Schola")
+ (description
+ "This package can only be used with LuaLaTeX or XeLaTeX. It does the
+font setting for the OpenType font TeX Gyre Schola for text and math. The
+missing typefaces like bold math and slanted text are also defined.")
+ (license license:lppl1.3+)))
+
(define-public texlive-schwalbe-chess
(package
(name "texlive-schwalbe-chess")