From 9e02c13914c2fafd03044a68f5265a9c7cb24dc4 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 21 Aug 2023 12:30:32 +0200 Subject: [PATCH] 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 @@ (define-public texlive-libertinegc 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")