guix-commits
[Top][All Lists]
Advanced

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

163/306: gnu: Add texlive-hfoldsty.


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

ngz pushed a commit to branch master
in repository guix.

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

    gnu: Add texlive-hfoldsty.
    
    * gnu/packages/tex.scm (texlive-hfoldsty): 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 dd5765dccd..6ecdc9e2aa 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -14371,6 +14371,31 @@ an environment that enables the user to draw such a 
game in a trivial way.")
 the Computer Modern Bright fonts.")
     (license license:lppl)))
 
+(define-public texlive-hfoldsty
+  (package
+    (name "texlive-hfoldsty")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/hfoldsty/"
+                   "fonts/tfm/public/hfoldsty/"
+                   "fonts/vf/public/hfoldsty/"
+                   "source/fonts/hfoldsty/"
+                   "tex/latex/hfoldsty/")
+             (base32
+              "0skzw845i1b3lq76m4an4mpkm2w82hlpirnx4pckz3138nr1rlpf")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/hfoldsty";)
+    (synopsis "Old style numerals with EC fonts")
+    (description
+     "The @code{hfoldsty} package provides virtual fonts for using old-style
+figures with the European Computer Modern fonts.  It does a similar job as the
+@code{eco} package but includes a couple of improvements, i.e., better kerning
+with guillemets, and support for character protruding using the
+@code{pdfcprot} package.")
+    (license license:gpl3+)))
+
 (define-public texlive-historische-zeitschrift
   (package
     (name "texlive-historische-zeitschrift")



reply via email to

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