ngz pushed a commit to branch master
in repository guix.
commit d343e0fcd6675ad36b3efb017ce7546a303e0a88
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:52:18 2023 +0200
gnu: Add texlive-plex-otf.
* gnu/packages/tex.scm (texlive-plex-otf): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7f28fba181..755fe8a21a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21277,6 +21277,27 @@ in eight weights: Regular, Light, ExtraLight, Thin,
Bold, Text, Medium and
SemiBold (with corresponding italics).")
(license (list license:silofl1.1 license:lppl))))
+(define-public texlive-plex-otf
+ (package
+ (name "texlive-plex-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/plex-otf/" "tex/latex/plex-otf/")
+ (base32
+ "0xasayka8lhkn01l1535a2jy7xsp7s01hvw3kn3jk4h569dvp21g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plex-otf")
+ (synopsis "Support for the OpenType font IBM Plex")
+ (description
+ "This package supports the OTF fonts from the IBM Plex project. This
+package supports only XeLaTeX or LuaLaTeX; for pdfLaTeX use
+@code{}plex-mono.sty}, @code{}plex-sans.sty}, and @code{plex-serif.sty} from
+the @code{plex} package. IBM Plex has no math symbols. You will have to use
+one of the existing math fonts if you need them.")
+ (license license:lppl1.3+)))
+
(define-public texlive-pm-isomath
(package
(name "texlive-pm-isomath")