mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-nchairx.
* gnu/packages/tex.scm (texlive-nchairx): New variable.
This commit is contained in:
parent
2ff67d9a8b
commit
1c84638285
1 changed files with 20 additions and 0 deletions
|
@ -5075,6 +5075,26 @@ (define-public texlive-nath
|
|||
@code{\\right} almost obsolete.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public texlive-nchairx
|
||||
(package
|
||||
(name "texlive-nchairx")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/nchairx/" "source/latex/nchairx/"
|
||||
"tex/latex/nchairx/")
|
||||
(base32
|
||||
"0cgp22c26afdpb5pfk5ljp1fr0wvlkf04viw9zbc4gss8hi3gqi5")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/nchairx")
|
||||
(synopsis "Maths macros from chair X of Wurzburg University")
|
||||
(description
|
||||
"This package was developed by members of the chair for mathematical
|
||||
physics at the University of Wurzburg as a collection of macros and predefined
|
||||
environments for quickly creating nice mathematical documents.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-bibtex8
|
||||
(package
|
||||
(name "texlive-bibtex8")
|
||||
|
|
Loading…
Reference in a new issue