me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-onlyamsmath.

* gnu/packages/tex.scm (texlive-onlyamsmath): New variable.
master
Nicolas Goaziou 2023-08-29 15:57:08 +02:00
parent c83ca2d379
commit 3234abead5
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 23 additions and 0 deletions

View File

@ -90768,6 +90768,29 @@ documents.")
@code{cmmib} fonts for use to produce old-style numbers.")
(license license:lppl)))
(define-public texlive-onlyamsmath
(package
(name "texlive-onlyamsmath")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/onlyamsmath/"
"source/latex/onlyamsmath/"
"tex/latex/onlyamsmath/")
(base32
"1sl2zrd2vp9lpvjxaqa9mfff8n9m6wk39mb855k6xr2pkhdiyw7m")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/onlyamsmath")
(synopsis
"Inhibit use of non-@code{amsmath} mathematics markup when using amsmath")
(description
"This package inhibits the usage of plain TeX and (on demand) of standard
LaTeX mathematics environments. This is useful for class writers who want to
encourage their users to use the environments provided by the @code{amsmath}
package.")
(license license:lppl)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar