mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add texlive-sfmath.
* gnu/packages/tex.scm (texlive-sfmath): New variable.
This commit is contained in:
parent
1813a4097a
commit
6c34e48291
1 changed files with 18 additions and 0 deletions
|
@ -95238,6 +95238,24 @@ (define-public texlive-sffms
|
|||
extensive documentation aimed at new LaTeX users.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-sfmath
|
||||
(package
|
||||
(name "texlive-sfmath")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "tex/latex/sfmath/")
|
||||
(base32
|
||||
"05m3whw5xkml48yx93j9h46qmspnr5hwsfszb59l4wy4jfj66zk4")))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/sfmath")
|
||||
(synopsis "Sans-serif mathematics")
|
||||
(description
|
||||
"@code{sfmath} is a simple package for sans serif maths in documents. After
|
||||
including the package, all maths of the current document is displayed with
|
||||
sans serif fonts.")
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue