guix-commits
[Top][All Lists]
Advanced

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

295/306: gnu: Add texlive-uppunctlm.


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

ngz pushed a commit to branch master
in repository guix.

commit 2efb6281eba319a1117dc22136e2b4c07879d3bc
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:07:38 2023 +0200

    gnu: Add texlive-uppunctlm.
    
    * gnu/packages/tex.scm (texlive-uppunctlm): 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 8b35857d21..5e6ff374e9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25553,6 +25553,31 @@ is suitable as an alternative to fonts such as Adrian 
Frutiger's Univers and
 Frutiger.")
     (license (list license:gpl2+ license:lppl))))
 
+(define-public texlive-uppunctlm
+  (package
+    (name "texlive-uppunctlm")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/uppunctlm/"
+                   "fonts/tfm/public/uppunctlm/"
+                   "fonts/vf/public/uppunctlm/"
+                   "tex/latex/uppunctlm/")
+             (base32
+              "0d9x56rlxjavamx361582khj5idhy692hxm5wwwcc5y5i3xsc4pp")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/uppunctlm";)
+    (synopsis
+     "Always keep upright shape for some punctuation marks and Arabic 
numerals")
+    (description
+     "The package provides a mechanism to keep punctuation always in upright
+shape even if italic was specified.  It is directed to Latin Modern fonts, and
+provides @file{.tfm}, @file{.vf}, @file{.fd}, and @file{.sty} files.  Here
+a list of punctuation characters always presented in upright shapes: comma,
+period, semicolon, colon, parentheses, square brackets, and Arabic numerals.")
+    (license license:gfl1.0)))
+
 (define-public texlive-urlbst
   (package
     (name "texlive-urlbst")



reply via email to

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