mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-mathfont.
* gnu/packages/tex.scm (texlive-mathfont): New variable.
This commit is contained in:
parent
564a594873
commit
e7da818bc7
1 changed files with 24 additions and 0 deletions
|
@ -88347,6 +88347,30 @@ (define-public texlive-mathfam256
|
|||
Omega).")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public texlive-mathfont
|
||||
(package
|
||||
(name "texlive-mathfont")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/mathfont/"
|
||||
"source/latex/mathfont/"
|
||||
"tex/latex/mathfont/")
|
||||
(base32
|
||||
"0mr0nnjag8mvs11kll8xzg5jjp1l57pyjwyhqz21n65lq18c1swx")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/mathfont")
|
||||
(synopsis "Use TrueType and OpenType fonts in math mode")
|
||||
(description
|
||||
"The @code{mathfont} package adapts unicode text fonts for math mode. The
|
||||
package allows the user to specify a default unicode font for different
|
||||
classes of math symbols, and it provides tools to change the font locally for
|
||||
math alphabet characters. When typesetting with LuaTeX, @code{mathfont} adds
|
||||
resizable delimiters, big operators, and a @code{MathConstants} table to text
|
||||
fonts.")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
;;;
|
||||
;;; 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