mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add texlive-sansmath.
* gnu/packages/tex.scm (texlive-sansmath): New variable.
This commit is contained in:
parent
8be5f19f16
commit
e997351c77
1 changed files with 18 additions and 0 deletions
|
@ -3409,6 +3409,24 @@ (define-public texlive-grffile
|
||||||
default is a stub that just loads @code{graphicx}.")
|
default is a stub that just loads @code{graphicx}.")
|
||||||
(license license:lppl1.3c+)))
|
(license license:lppl1.3c+)))
|
||||||
|
|
||||||
|
(define-public texlive-sansmath
|
||||||
|
(package
|
||||||
|
(name "texlive-sansmath")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/sansmath/" "tex/latex/sansmath/")
|
||||||
|
(base32
|
||||||
|
"1lqxfvmxan0c9s270jp8jw1a5s6ya1i4jlfp2xz2k4w0g0fryjpj")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/sansmath")
|
||||||
|
(synopsis "Maths in a Sans font")
|
||||||
|
(description
|
||||||
|
"The package defines a new math version Sans, and a command
|
||||||
|
@code{\\sansmath} that behaves somewhat like @code{\\boldmath}.")
|
||||||
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public texlive-sansmathfonts
|
(define-public texlive-sansmathfonts
|
||||||
(package
|
(package
|
||||||
(name "texlive-sansmathfonts")
|
(name "texlive-sansmathfonts")
|
||||||
|
|
Loading…
Reference in a new issue