guix-commits
[Top][All Lists]
Advanced

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

256/306: gnu: Add texlive-sansmathaccent.


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

ngz pushed a commit to branch master
in repository guix.

commit 5073995d869954c801bcfe0ede3a6827c5a4fce7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 12:56:35 2023 +0200

    gnu: Add texlive-sansmathaccent.
    
    * gnu/packages/tex.scm (texlive-sansmathaccent): 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 2c84d3bab0..18b5ee79ca 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -22620,6 +22620,30 @@ diagrams, i.e., flow diagrams in which the width of 
the arrows is proportional
 to the flow rate.")
     (license (list license:lppl1.3+ license:gpl3+))))
 
+(define-public texlive-sansmathaccent
+  (package
+    (name "texlive-sansmathaccent")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/fonts/sansmathaccent/"
+                   "fonts/map/dvips/sansmathaccent/"
+                   "fonts/tfm/public/sansmathaccent/"
+                   "fonts/vf/public/sansmathaccent/"
+                   "tex/latex/sansmathaccent/")
+             (base32
+              "03xd3wpmzrggpmjrff4ka56v2zycbznlcdfyvz74xxjnngxz81qm")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/sansmathaccent";)
+    (synopsis "Correct placement of accents in sans-serif maths")
+    (description
+     "Sans serif maths (produced by the @code{beamer} class or the
+@code{sfmath} package) often has accents positioned incorrectly.  This package
+fixes the positioning of such accents when the default font (@code{cmssi}) is
+used for sans serif maths.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-sasnrdisplay
   (package
     (name "texlive-sasnrdisplay")



reply via email to

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