guix-commits
[Top][All Lists]
Advanced

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

66/306: gnu: Add texlive-cmtiup.


From: guix-commits
Subject: 66/306: gnu: Add texlive-cmtiup.
Date: Mon, 21 Aug 2023 10:35:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d8ea96d17abcabc7b2caa1b6b035ec3a3b837676
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 11:57:05 2023 +0200

    gnu: Add texlive-cmtiup.
    
    * gnu/packages/tex.scm (texlive-cmtiup): 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 274f1dddaa..ba6d823b9b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -8465,6 +8465,33 @@ Supported encodings are: T1, T2A, TS1, X2 and OT2.  The 
OT2 encoding is
 modified so that it is now easy to transcribe Latin text to Cyrillic.")
     (license license:gpl3+)))
 
+(define-public texlive-cmtiup
+  (package
+    (name "texlive-cmtiup")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/cmtiup/"
+                   "fonts/source/public/cmtiup/"
+                   "fonts/tfm/public/cmtiup/"
+                   "fonts/vf/public/cmtiup/"
+                   "tex/latex/cmtiup/")
+             (base32
+              "0cdm10aybgc8ifi11fahl3hb18blmibk08b4b5m8q88150ic563r")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (native-inputs (list texlive-metafont))
+    (home-page "https://ctan.org/pkg/cmtiup";)
+    (synopsis "Upright punctuation with CM italic")
+    (description
+     "The @code{cmtiup} fonts address a problem with the appearance of
+punctuation in italic text in mathematical documents.  To achieve this, all
+punctuation characters are upright, and kerning between letters and
+punctuation is adjusted to allow for the italic correction.  The fonts are
+implemented as a set of @file{.vf} files; a package for support in LaTeX is
+provided.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-cochineal
   (package
     (name "texlive-cochineal")



reply via email to

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