mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: Add texlive-chemexec.
* gnu/packages/tex.scm (texlive-chemexec): New variable.
This commit is contained in:
parent
e2a0902ad0
commit
da0b65e86f
1 changed files with 20 additions and 0 deletions
|
@ -2297,6 +2297,26 @@ (define-public texlive-chemcono
|
|||
affect the normal citation routines.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-chemexec
|
||||
(package
|
||||
(name "texlive-chemexec")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/chemexec/" "tex/latex/chemexec/")
|
||||
(base32
|
||||
"1al19xf107qizd7nr7297szqd2k8sf1i3ngpnw6kl6fkak5h7qdg")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/chemexec")
|
||||
(synopsis "Creating (chemical) exercise sheets")
|
||||
(description
|
||||
"The package provides environments and commands that the author needed
|
||||
when preparing exercise sheets and other teaching material. In particular,
|
||||
the package supports the creation of exercise sheets, with separating printing
|
||||
of solutions.")
|
||||
(license license:lppl1.3+)))
|
||||
|
||||
(define-public texlive-chronosys
|
||||
(package
|
||||
(name "texlive-chronosys")
|
||||
|
|
Loading…
Reference in a new issue