ngz pushed a commit to branch master
in repository guix.
commit 9e02c13914c2fafd03044a68f5265a9c7cb24dc4
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 12:30:32 2023 +0200
gnu: Add texlive-libertinus.
* gnu/packages/tex.scm (texlive-libertinus): New variable.
---
gnu/packages/tex.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 555c9db14f..53aa50f820 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -16422,6 +16422,28 @@ Cyrillic glyphs in Linux Libertine. It functions as
an add-on to the
with that package.")
(license license:lppl1.3+)))
+(define-public texlive-libertinus
+ (package
+ (name "texlive-libertinus")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/libertinus/"
+ "tex/latex/libertinus/")
+ (base32
+ "13m20jkrf0sp39f0ihc0fw7spzc3gys5xdc720r5gzdnbdqdvih4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/libertinus")
+ (synopsis
+ "Use the correct @code{libertinus} package according to current TeX
+engine")
+ (description
+ "This package is only a wrapper for the two packages
@code{libertinus-type1}
+(pdfLaTeX) and @code{libertinus-otf} (LuaLaTeX and XeLaTeX). 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")