[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")
- 74/245: gnu: Add texlive-eltex., (continued)
- 74/245: gnu: Add texlive-eltex., guix-commits, 2023/07/30
- 79/245: gnu: Add texlive-eolang., guix-commits, 2023/07/30
- 112/245: gnu: Add texlive-isomath., guix-commits, 2023/07/30
- 107/245: gnu: Add texlive-hepunits., guix-commits, 2023/07/30
- 100/245: gnu: Add texlive-gu., guix-commits, 2023/07/30
- 99/245: gnu: Add texlive-grundgesetze., guix-commits, 2023/07/30
- 110/245: gnu: Add texlive-interval., guix-commits, 2023/07/30
- 126/245: gnu: Add texlive-mathcommand., guix-commits, 2023/07/30
- 127/245: gnu: Add texlive-mathcomp., guix-commits, 2023/07/30
- 125/245: gnu: Add texlive-lstbayes., guix-commits, 2023/07/30
- 128/245: gnu: Add texlive-mathfixs.,
guix-commits <=
- 124/245: gnu: Add texlive-lplfitch., guix-commits, 2023/07/30
- 132/245: gnu: Add texlive-mathsemantics., guix-commits, 2023/07/30
- 137/245: gnu: Add texlive-membranecomputing., guix-commits, 2023/07/30
- 136/245: gnu: Add texlive-mecaso., guix-commits, 2023/07/30
- 135/245: gnu: Add texlive-mattens., guix-commits, 2023/07/30
- 139/245: gnu: Add texlive-messagepassing., guix-commits, 2023/07/30
- 133/245: gnu: Add texlive-matlab-prettifier., guix-commits, 2023/07/30
- 143/245: gnu: Add texlive-mhequ., guix-commits, 2023/07/30
- 159/245: gnu: Add texlive-objectz., guix-commits, 2023/07/30
- 145/245: gnu: Add texlive-mismath., guix-commits, 2023/07/30