me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-mathpunctspace.

* gnu/packages/tex.scm (texlive-mathpunctspace): New variable.
Nicolas Goaziou 2023-07-30 16:30:17 +02:00
parent 32523ddf4d
commit 5c94bf9b13
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -4585,6 +4585,25 @@ formulas that will be also typeset in a similar way. It can typically be used
for typeseting sets of type inference rules or typing derivations.")
(license license:gpl2)))
(define-public texlive-mathpunctspace
(package
(name "texlive-mathpunctspace")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/mathpunctspace/"
"tex/latex/mathpunctspace/")
(base32
"0kbsdbnhiwgxa1yznsknni7gvv7x96x02ir2vxmlmhph1j3wqx28")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/mathpunctspace")
(synopsis "Control the space after punctuation in math expressions")
(description
"This package provides a mechanism to control the space after commas and
semicolons in mathematical expressions.")
(license license:bsd-2)))
(define-public texlive-bibtex8
(package
(name "texlive-bibtex8")