gnu: Add texlive-chscite.
* gnu/packages/tex.scm (texlive-chscite): New variable.
This commit is contained in:
parent
bd44ccf534
commit
0b3ffaebae
1 changed files with 20 additions and 0 deletions
|
@ -6370,6 +6370,26 @@ appearance.")
|
||||||
Interfaces for Plain TeX, ConTeXt and LaTeX are provided.")
|
Interfaces for Plain TeX, ConTeXt and LaTeX are provided.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-chscite
|
||||||
|
(package
|
||||||
|
(name "texlive-chscite")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/chscite/" "doc/latex/chscite/"
|
||||||
|
"source/latex/chscite/" "tex/latex/chscite/")
|
||||||
|
(base32
|
||||||
|
"0q4mgvrbljbw7pmwjs4qcr91sfhbnbshhmygxqrkriyrfnqy6yfq")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/chscite")
|
||||||
|
(synopsis "Bibliography style for Chalmers University of Technology")
|
||||||
|
(description
|
||||||
|
"The package, heavily based on the harvard package for Harvard-style
|
||||||
|
citations, provides a citation suite for students at Chalmers University of
|
||||||
|
Technology that follows given recommendations.")
|
||||||
|
(license license:lppl1.2+)))
|
||||||
|
|
||||||
(define-public texlive-churchslavonic
|
(define-public texlive-churchslavonic
|
||||||
(package
|
(package
|
||||||
(name "texlive-churchslavonic")
|
(name "texlive-churchslavonic")
|
||||||
|
|
Reference in a new issue