mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: Add texlive-ijqc.
* gnu/packages/tex.scm (texlive-ijqc): New variable.
This commit is contained in:
parent
72abac0232
commit
228c440b13
1 changed files with 18 additions and 0 deletions
|
@ -10347,6 +10347,24 @@ (define-public texlive-ietfbibs
|
||||||
files.")
|
files.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public texlive-ijqc
|
||||||
|
(package
|
||||||
|
(name "texlive-ijqc")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/ijqc/" "doc/bibtex/ijqc/")
|
||||||
|
(base32
|
||||||
|
"18sqc8k21l15zlplpaimdcg8g75z3lrlc0qcb6wx838980gn961r")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/ijqc")
|
||||||
|
(synopsis "BibTeX style file for the @emph{Intl. J. Quantum Chem}")
|
||||||
|
(description
|
||||||
|
"@file{ijqc.bst} is a BibTeX style file to support publication in Wiley's
|
||||||
|
@emph{International Journal of Quantum Chemistry}.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-impatient
|
(define-public texlive-impatient
|
||||||
(package
|
(package
|
||||||
(name "texlive-impatient")
|
(name "texlive-impatient")
|
||||||
|
|
Loading…
Reference in a new issue