guix-commits
[Top][All Lists]
Advanced

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

128/245: gnu: Add texlive-mathfixs.


From: guix-commits
Subject: 128/245: gnu: Add texlive-mathfixs.
Date: Sun, 30 Jul 2023 13:46:50 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 74bac527877274d37aa5e1069dff69ce87d3ce51
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 30 16:29:37 2023 +0200

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

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 140deb7f17..a67e3d42ae 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4519,6 +4519,27 @@ interesting characters of the Text Companion fonts (TS1 
encoding) in maths
 mode.")
     (license license:lppl)))
 
+(define-public texlive-mathfixs
+  (package
+    (name "texlive-mathfixs")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/mathfixs/"
+                   "source/latex/mathfixs/"
+                   "tex/latex/mathfixs/")
+             (base32
+              "069gcdc6mhf045cpg5dbd81ng8v7bhqjxwpg9dvz4qdpf508jvq0")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/mathfixs";)
+    (synopsis "Fix various layout issues in math mode")
+    (description
+     "This is a LaTeX2e package to fix some odd behaviour in math mode such as
+spacing around fractions and roots, math symbols within bold text as well as
+capital Greek letters.  It also adds some related macros.")
+    (license license:lppl1.3+)))
+
 (define-public texlive-bibtex8
   (package
     (name "texlive-bibtex8")



reply via email to

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