me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-mathfixs.

* gnu/packages/tex.scm (texlive-mathfixs): New variable.
Nicolas Goaziou 2023-07-30 16:29:37 +02:00
parent da3005f874
commit 74bac52787
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 21 additions and 0 deletions

View File

@ -4519,6 +4519,27 @@ interesting characters of the Text Companion fonts (TS1 encoding) in maths
mode.") mode.")
(license license:lppl))) (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 (define-public texlive-bibtex8
(package (package
(name "texlive-bibtex8") (name "texlive-bibtex8")