From 3231a226f289ae964e7eeb7243da9baabb3e4501 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Mon, 21 Aug 2023 12:30:49 +0200
Subject: gnu: Add texlive-libertinus-otf.

* gnu/packages/tex.scm (texlive-libertinus-otf): New variable.
---
 gnu/packages/tex.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

(limited to 'gnu/packages')

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")
-- 
cgit 1.4.1