guix-commits
[Top][All Lists]
Advanced

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

242/306: gnu: Add texlive-poiretone.


From: guix-commits
Subject: 242/306: gnu: Add texlive-poiretone.
Date: Mon, 21 Aug 2023 10:36:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit abb0597754c3065f3e9039a78c7fb8ad45e7f9d1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:52:48 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8939568522..2feb047a00 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -21529,6 +21529,34 @@ anthologies of poetry and other writings; it does not 
concern itself with
 actually typesetting the verse itself.")
     (license license:lppl1.3+)))
 
+(define-public texlive-poiretone
+  (package
+    (name "texlive-poiretone")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/poiretone/"
+                   "fonts/enc/dvips/poiretone/"
+                   "fonts/map/dvips/poiretone/"
+                   "fonts/tfm/public/poiretone/"
+                   "fonts/truetype/public/poiretone/"
+                   "fonts/type1/public/poiretone/"
+                   "fonts/vf/public/poiretone/"
+                   "tex/latex/poiretone/")
+             (base32
+              "1zdncw8pj0x8nwgk7b5lgqldiifqjnsci57jnkf5vyhzsxx1c8kr")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/poiretone";)
+    (synopsis "PoiretOne family of fonts with LaTeX support")
+    (description
+     "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the PoiretOne family of fonts, designed by Denis Masharov.  PoiretOne is
+a decorative geometric grotesque with a hint of Art Deco and constructivism.
+There is currently just a regular weight and an artificially emboldened
+bold.")
+    (license (list license:silofl1.1 license:lppl))))
+
 (define-public texlive-polexpr
   (package
     (name "texlive-polexpr")



reply via email to

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