mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-jkmath.
* gnu/packages/tex.scm (texlive-jkmath): New variable.
This commit is contained in:
parent
1603f5a22e
commit
3be8631c3e
1 changed files with 19 additions and 0 deletions
|
@ -4188,6 +4188,25 @@ (define-public texlive-isomath
|
|||
symbols.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-jkmath
|
||||
(package
|
||||
(name "texlive-jkmath")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/jkmath/" "tex/latex/jkmath/")
|
||||
(base32
|
||||
"0gqm6wfarf20yi3cq2h4lbnqp39fif1wg6gpkvbqpy6zlndbdb0r")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/jkmath")
|
||||
(synopsis "Macros for mathematics that make the code more readable")
|
||||
(description
|
||||
"Inspired by the @code{physicspackage}, the package defines some simple
|
||||
macros for mathematical notation which make the code more readable or allow
|
||||
flexibility in typesetting material.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue