guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

183/306: gnu: Add texlive-libertinus-otf.


From: guix-commits
Subject: 183/306: gnu: Add texlive-libertinus-otf.
Date: Mon, 21 Aug 2023 10:36:17 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 3231a226f289ae964e7eeb7243da9baabb3e4501
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:30:49 2023 +0200

    gnu: Add texlive-libertinus-otf.
    
    * gnu/packages/tex.scm (texlive-libertinus-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 159067cb56..44abbf9541 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16466,6 +16466,27 @@ Libertinus Mono, and Libertinus Math, an OpenType math 
font for use in
 OpenType math-capable applications.")
     (license license:silofl1.1)))
 
+(define-public texlive-libertinus-otf
+  (package
+    (name "texlive-libertinus-otf")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/libertinus-otf/"
+                   "tex/latex/libertinus-otf/")
+             (base32
+              "0rd4jr67j9744fm18vps0brwsa9880jdq4vj4s7dl80aylp8djz4")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/libertinus-otf";)
+    (synopsis "Support for Libertinus OpenType")
+    (description
+     "This package offers LuaLaTeX and XeLaTeX support for the Libertinus
+OpenType fonts.  Missing fonts are defined via several font feature settings.
+The Libertinus fonts are similiar to Libertine and Biolinum, but come with
+math symbols.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-lie-hasse
   (package
     (name "texlive-lie-hasse")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]