mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 18:56:43 +01:00
gnu: Add texlive-context-mathsets.
* gnu/packages/tex.scm (texlive-context-mathsets): New variable.
This commit is contained in:
parent
57f281132a
commit
c23c9ac0c2
1 changed files with 22 additions and 0 deletions
|
@ -10402,6 +10402,28 @@ (define-public texlive-context-lettrine
|
|||
"This is a re-implementation of the LaTeX package @code{lettrine}.")
|
||||
(license license:public-domain)))
|
||||
|
||||
(define-public texlive-context-mathsets
|
||||
(package
|
||||
(name "texlive-context-mathsets")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/context/third/mathsets/"
|
||||
"tex/context/interface/third/"
|
||||
"tex/context/third/mathsets/")
|
||||
(base32
|
||||
"15azsj3fv57yz9q1rrdp0cmjpz9p83aq5mwxkanppiy9sw1dny3b")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(propagated-inputs (list texlive-context))
|
||||
(home-page "https://ctan.org/pkg/context-mathsets")
|
||||
(synopsis "Set notation in ConTeXt")
|
||||
(description
|
||||
"Typeset good-looking set notation as well as similar things such as
|
||||
Dirac braket notation, conditional probabilities, etc. The package is at
|
||||
least inspired by @code{braket}.")
|
||||
(license license:bsd-2))) ;from "t-mathsets.tex"
|
||||
|
||||
(define-public texlive-beamer
|
||||
(package
|
||||
(name "texlive-beamer")
|
||||
|
|
Loading…
Reference in a new issue