guix-commits
[Top][All Lists]
Advanced

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

26/306: gnu: Add texlive-auncial-new.


From: guix-commits
Subject: 26/306: gnu: Add texlive-auncial-new.
Date: Mon, 21 Aug 2023 10:35:27 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 5296c272ed6a2379bde6ee7d9436399e868d66ba
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 10:55:40 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 11691419f1..49d28932f6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3320,6 +3320,33 @@ increase character recognition, ultimately improving 
readability.")
 informal handwriting.  The font is distributed in Adobe Type 1 format.")
     (license license:lppl)))
 
+(define-public texlive-auncial-new
+  (package
+    (name "texlive-auncial-new")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/auncial-new/"
+                   "fonts/afm/public/auncial-new/"
+                   "fonts/map/dvips/auncial-new/"
+                   "fonts/tfm/public/auncial-new/"
+                   "fonts/type1/public/auncial-new/"
+                   "source/fonts/auncial-new/"
+                   "tex/latex/auncial-new/")
+             (base32
+              "1644ank81l1qlijmld88k1qq3qk4x6an0qvyqz1da2dgwdhjap00")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/auncial-new";)
+    (synopsis "Artificial Uncial font and LaTeX support macros")
+    (description
+     "The @code{auncial-new} bundle provides packages and fonts for a script
+based on the Artificial Uncial manuscript book-hand used between the 6th &
+10th century AD.  The script consists of minuscules and digits, with some
+appropriate period punctuation marks.  Both normal and bold versions are
+provided, and the font is distributed in Adobe Type 1 format.")
+    (license license:lppl)))
+
 (define-public texlive-authordate
   (package
     (name "texlive-authordate")



reply via email to

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