guix-commits
[Top][All Lists]
Advanced

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

50/306: gnu: Add texlive-carlito.


From: guix-commits
Subject: 50/306: gnu: Add texlive-carlito.
Date: Mon, 21 Aug 2023 10:35:37 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ae982de27ad811d6001a374f87fa520b20477518
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:52:10 2023 +0200

    gnu: Add texlive-carlito.
    
    * gnu/packages/tex.scm (texlive-carlito): New variable.
---
 gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 372e82c7c7..875ecabb9a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -6973,6 +6973,31 @@ font in LaTeX. It includes Type 1 versions of the fonts, 
converted for this
 package using FontForge from its sources, for full support with Dvips.")
     (license (list license:silofl1.1 license:lppl1.3c))))
 
+(define-public texlive-carlito
+  (package
+    (name "texlive-carlito")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/carlito/"
+                   "fonts/enc/dvips/carlito/"
+                   "fonts/map/dvips/carlito/"
+                   "fonts/tfm/google/carlito/"
+                   "fonts/truetype/google/carlito/"
+                   "fonts/type1/google/carlito/"
+                   "fonts/vf/google/carlito/"
+                   "tex/latex/carlito/")
+             (base32
+              "14hk51bgwpn4wr843g7w8wjwmadq0ca86gviayhwsz4zax68jhx6")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/carlito";)
+    (synopsis "Support for Carlito sans-serif fonts")
+    (description
+     "The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Carlito family of sans serif fonts, designed by Lukasz Dziedzic.")
+    (license license:silofl1.1)))
+
 (define-public texlive-cartonaugh
   (package
     (name "texlive-cartonaugh")



reply via email to

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