mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: Add texlive-chemstyle.
* gnu/packages/tex.scm (texlive-chemstyle): New variable.
This commit is contained in:
parent
de69da218e
commit
a87ed15e1d
1 changed files with 21 additions and 0 deletions
|
@ -2465,6 +2465,27 @@ (define-public texlive-chemsec
|
|||
references.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-chemstyle
|
||||
(package
|
||||
(name "texlive-chemstyle")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/chemstyle/"
|
||||
"source/latex/chemstyle/"
|
||||
"tex/latex/chemstyle/")
|
||||
(base32
|
||||
"1s2k4h153yh0f50q9da390f3ihykvrhsd1zjgfsdb6404059in3p")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/chemstyle")
|
||||
(synopsis "Writing chemistry with style")
|
||||
(description
|
||||
"The package @code{chemstyle} provides an extensible system for
|
||||
formatting chemistry documents according to the conventions of a number of
|
||||
leading journals. It also provides some handy chemistry-related macros.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-chronosys
|
||||
(package
|
||||
(name "texlive-chronosys")
|
||||
|
|
Loading…
Reference in a new issue