[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
240/306: gnu: Add texlive-plex-otf.
From: |
guix-commits |
Subject: |
240/306: gnu: Add texlive-plex-otf. |
Date: |
Mon, 21 Aug 2023 10:36:46 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit d343e0fcd6675ad36b3efb017ce7546a303e0a88
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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")
- 209/306: gnu: Add texlive-newcomputermodern., (continued)
- 209/306: gnu: Add texlive-newcomputermodern., guix-commits, 2023/08/21
- 214/306: gnu: Add texlive-nimbus15., guix-commits, 2023/08/21
- 216/306: gnu: Add texlive-noto-emoji., guix-commits, 2023/08/21
- 218/306: gnu: Add texlive-nunito., guix-commits, 2023/08/21
- 219/306: gnu: Add texlive-obnov., guix-commits, 2023/08/21
- 220/306: gnu: Add texlive-ocherokee., guix-commits, 2023/08/21
- 205/306: gnu: Add texlive-mlmodern., guix-commits, 2023/08/21
- 207/306: gnu: Add texlive-montserrat., guix-commits, 2023/08/21
- 228/306: gnu: Add texlive-opensans., guix-commits, 2023/08/21
- 235/306: gnu: Add texlive-phaistos., guix-commits, 2023/08/21
- 240/306: gnu: Add texlive-plex-otf.,
guix-commits <=
- 242/306: gnu: Add texlive-poiretone., guix-commits, 2023/08/21
- 241/306: gnu: Add texlive-plimsoll., guix-commits, 2023/08/21
- 245/306: gnu: Add texlive-punk-latex., guix-commits, 2023/08/21
- 252/306: gnu: Add texlive-roboto., guix-commits, 2023/08/21
- 258/306: gnu: Add texlive-schola-otf., guix-commits, 2023/08/21
- 269/306: gnu: Add texlive-stepgreek., guix-commits, 2023/08/21
- 222/306: gnu: Add texlive-ocr-b-outline., guix-commits, 2023/08/21
- 224/306: gnu: Add texlive-oinuit., guix-commits, 2023/08/21
- 226/306: gnu: Add texlive-oldlatin., guix-commits, 2023/08/21
- 229/306: gnu: Add texlive-orkhun., guix-commits, 2023/08/21