mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 00:26:33 +01:00
gnu: Add texlive-mathspec.
* gnu/packages/tex.scm (texlive-mathspec): New variable.
This commit is contained in:
parent
4035d83664
commit
54ffc9e7fc
1 changed files with 19 additions and 0 deletions
|
@ -10337,6 +10337,25 @@ (define-public texlive-mathpazo
|
||||||
sets. LaTeX macro support is provided in package @code{psnfss}.")
|
sets. LaTeX macro support is provided in package @code{psnfss}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public texlive-mathspec
|
||||||
|
(package
|
||||||
|
(name "texlive-mathspec")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/xelatex/mathspec/"
|
||||||
|
"tex/xelatex/mathspec/")
|
||||||
|
(base32
|
||||||
|
"0bfdzlim2kkvfzs8p7brwlc46qy41hvxb72xr53ijg2kplsqmkh8")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/mathspec")
|
||||||
|
(synopsis "Specify arbitrary fonts for mathematics in XeTeX")
|
||||||
|
(description
|
||||||
|
"The mathspec package provides an interface to typeset mathematics in
|
||||||
|
XeLaTeX with arbitrary text fonts using @code{fontspec} as a backend.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-fp
|
(define-public texlive-fp
|
||||||
(package
|
(package
|
||||||
(name "texlive-fp")
|
(name "texlive-fp")
|
||||||
|
|
Loading…
Reference in a new issue