gnu: Add texlive-mathalpha.
* gnu/packages/tex.scm (texlive-mathalpha): New variable.
This commit is contained in:
parent
18b844e42a
commit
f8c6ab42ef
1 changed files with 22 additions and 0 deletions
|
@ -12831,6 +12831,28 @@ (define-public texlive-math-into-latex-4
|
|||
4th edition.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-mathalpha
|
||||
(package
|
||||
(name "texlive-mathalpha")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/mathalpha/"
|
||||
"tex/latex/mathalpha/")
|
||||
(base32
|
||||
"19wniyaba8cz4vk279ashg68bxq9178cvvz53cng2cn6i6rw32rv")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/mathalpha")
|
||||
(synopsis "General package for loading maths alphabets in LaTeX")
|
||||
(description
|
||||
"Package @code{mathalfa} was renamed to @code{mathalpha}. For backward
|
||||
compatibility the old name will continue to be recognized in LaTeX documents.
|
||||
The package provides means of loading maths alphabets (such as are normally
|
||||
addressed via macros @code{\\mathcal}, @code{\\mathbb}, @code{\\mathfrak} and
|
||||
@code{\\mathscr}).")
|
||||
(license license:lppl1.3c)))
|
||||
|
||||
(define-public texlive-mathcommand
|
||||
(package
|
||||
(name "texlive-mathcommand")
|
||||
|
|
Loading…
Reference in a new issue