unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: reza via Guix-patches via <guix-patches@gnu.org>
To: 64225@debbugs.gnu.org <64225@debbugs.gnu.org>
Cc: reza <reza@housseini.me>, Ricardo Wurmus <rekado@elephly.net>
Subject: [bug#64225] [PATCH 7/9] gnu: Add texlive-libertinus.
Date: Thu, 22 Jun 2023 11:55:55 +0000	[thread overview]
Message-ID: <01020188e2f60a47-d303c7a4-a092-4165-b17f-8753840e1501-000000@eu-west-1.amazonses.com> (raw)
In-Reply-To: <cover.1687434488.git.reza@housseini.me>

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 252f60327b..c74b3bbe2c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8378,6 +8378,65 @@ (define-public texlive-libertine
                    license:silofl1.1
                    license:lppl))))
 
+(define-public texlive-libertinus-otf
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-libertinus-otf"
+              (list "doc/fonts/libertinus-otf/"
+                    "tex/latex/libertinus-otf/"
+		    "fonts/opentype/public/libertinus-fonts/")
+              (base32
+               "09n2j9p1c314nv1l2i2j58ij0h4s89mi49zrrkbzl6p6f51dl35f")
+              #:trivial? #t))
+    (home-page "https://ctan.org/fonts/libertinus-otf")
+    (synopsis "Support for Libertinus OpenType")
+    (description
+     "This package offers LuaLaTeX/XeLaTeX support for the Libertinus OpenType fonts
+maintained by Khaled Hosny.  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-libertinus-type1
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-libertinus-type1"
+              (list "doc/fonts/libertinus-type1/"
+		    "fonts/enc/dvips/libertinus-type1/"
+		    "fonts/map/dvips/libertinus-type1/"
+		    "fonts/tfm/public/libertinus-type1/"
+		    "fonts/type1/public/libertinus-type1/"
+		    "fonts/vf/public/libertinus-type1/"
+		    "tex/latex/libertinus-type1/")
+              (base32
+               "1f4w0p0jdmhpnj8x5anm6jv2jzbf5bhajq2qnxcacp23k7fjkq86")
+              #:trivial? #t))
+    (home-page "https://ctan.org/fonts/libertinus-type1")
+    (synopsis "Support for using Libertinus fonts with LaTeX/pdfLaTeX")
+    (description
+     "This package provides support for use of Libertinus fonts with traditional
+processing engines (LaTeX with dvips or dvipdfmx, or pdfLaTeX).")
+    (license license:lppl1.3+)))
+
+(define-public texlive-libertinus
+  (package
+    (inherit (simple-texlive-package
+	      "texlive-libertinus"
+	      (list "doc/fonts/libertinus/"
+                    "tex/latex/libertinus/")
+	      (base32
+	       "13m20jkrf0sp39f0ihc0fw7spzc3gys5xdc720r5gzdnbdqdvih4")
+	      #:trivial? #t))
+    (propagated-inputs (list texlive-libertinus-otf texlive-libertinus-type1))
+    (home-page "https://ctan.org/fonts/libertinus")
+    (synopsis
+     "Wrapper to use the correct libertinus package according to the used TeX engine")
+    (description
+     "This package is only a wrapper for the the two packages libertinus-type1
+(pdfLaTeX) and libertinus-otf (LuaLaTeX/XeLaTeX).  The Libertinus fonts are
+similiar to Libertine and Biolinum, but come with math symbols.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-dejavu
   (package
     (inherit (simple-texlive-package
-- 
2.40.1






  parent reply	other threads:[~2023-06-22 11:57 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <cover.1687434488.git.reza@housseini.me>
2023-06-22 11:53 ` [bug#64225] [PATCH 0/9] Adding unrelated texlive packages reza via Guix-patches via
2023-06-22 17:08   ` Nicolas Goaziou
     [not found]     ` <90739488-3ccd-a349-6943-6b303819e681@housseini.me>
2023-06-22 20:53       ` reza via Guix-patches via
2023-06-23  5:49         ` Nicolas Goaziou
2023-09-06 14:27           ` Maxim Cournoyer
2023-09-07 16:13   ` [bug#64225] Almost all done Andreas Enge
2023-09-07 17:06     ` Nicolas Goaziou
2023-09-07 18:05       ` bug#64225: " Andreas Enge
     [not found] ` <bc8bae6812eeeaae7194a9e3a09f0bf5e3289591.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 1/9] gnu: Add texlive-filehook reza via Guix-patches via
     [not found] ` <3fe257158e645449f60afb1a206d4084504de429.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 2/9] gnu: Add texlive-svg reza via Guix-patches via
     [not found] ` <3e0ccaaf0a414ec0a361559821263ddd3deba432.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 3/9] gnu: Add texlive-smartdiagram reza via Guix-patches via
     [not found] ` <98fc2e56de9ae5ad0780f50bb3e9059a7cfdb5d0.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 4/9] gnu: Add texlive-lualatex-math reza via Guix-patches via
     [not found] ` <43b70729975838d01e1166a1e9710c15f424dbe7.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 5/9] gnu: Add texlive-dtk reza via Guix-patches via
     [not found] ` <7b095a3d7239e060f47b648de3ef264ab5d33ebc.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` [bug#64225] [PATCH 6/9] gnu: Add texlive-transparent reza via Guix-patches via
     [not found] ` <d61f5b8b284d9d85fb654c90642ed0f523d908f1.1687434488.git.reza@housseini.me>
2023-06-22 11:55   ` reza via Guix-patches via [this message]
     [not found] ` <0600ca1c53cfec37f3cefd2bda261698687331bb.1687434488.git.reza@housseini.me>
2023-06-22 11:56   ` [bug#64225] [PATCH 8/9] gnu: Add texlive-pgfplots reza via Guix-patches via
     [not found] ` <4c334056bebd0e7358b5cc1a8483c0208e8637ed.1687434488.git.reza@housseini.me>
2023-06-22 11:56   ` [bug#64225] [PATCH 9/9] gnu: Add texlive-luatex85 reza via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=01020188e2f60a47-d303c7a4-a092-4165-b17f-8753840e1501-000000@eu-west-1.amazonses.com \
    --to=guix-patches@gnu.org \
    --cc=64225@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    --cc=reza@housseini.me \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).