guix-commits
[Top][All Lists]
Advanced

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

232/306: gnu: Add texlive-pacioli.


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

ngz pushed a commit to branch master
in repository guix.

commit 6341daac28d8b8b6a69d648b7f0175417831dc99
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:49:49 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 348085c66a..091493fa2b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -20655,6 +20655,30 @@ weights (Regular, Bold, Black) with italic variants 
for each of them.  There
 are also small-caps and old-style figures in the Regular weight.")
     (license license:silofl1.1)))
 
+(define-public texlive-pacioli
+  (package
+    (name "texlive-pacioli")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/pacioli/"
+                   "fonts/source/public/pacioli/"
+                   "fonts/tfm/public/pacioli/"
+                   "source/fonts/pacioli/" "tex/latex/pacioli/")
+             (base32
+              "100fs89b2nfybnjdg8b4v3z8q982b6x0azn0sc31533pkkkp19i3")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/pacioli";)
+    (synopsis "Fonts designed by Fra Luca de Pacioli in 1497")
+    (description
+     "Pacioli was a 15th century mathematician, and his font was designed
+according to the divine proportion.  The font consists of uppercase letters
+together with punctuation and some analphabetics; no lowercase or digits.  The
+package provides Metafont source for the font together with LaTeX support.")
+    (license license:lppl)))
+
 (define-public texlive-padauk
   (package
     (name "texlive-padauk")



reply via email to

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