gnu: Add texlive-har2nat.
* gnu/packages/tex.scm (texlive-har2nat): New variable.
This commit is contained in:
parent
960829e1d6
commit
c0fba5b0cc
1 changed files with 19 additions and 0 deletions
|
@ -15706,6 +15706,25 @@ the towers with (up to) 15 discs.")
|
||||||
through it.")
|
through it.")
|
||||||
(license license:public-domain)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
|
(define-public texlive-har2nat
|
||||||
|
(package
|
||||||
|
(name "texlive-har2nat")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/har2nat/" "tex/latex/har2nat/")
|
||||||
|
(base32
|
||||||
|
"13akhwjx48lkch46pk2syzizham3rk81ihrzbwxsvapa1fw74dzg")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/har2nat")
|
||||||
|
(synopsis "Replace the @code{harvard} package with @code{natbib}")
|
||||||
|
(description
|
||||||
|
"This small package allows a LaTeX document containing the citation
|
||||||
|
commands provided by the @code{harvard} package to be compiled using the
|
||||||
|
@code{natbib} package.")
|
||||||
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-harmony
|
(define-public texlive-harmony
|
||||||
(package
|
(package
|
||||||
(name "texlive-harmony")
|
(name "texlive-harmony")
|
||||||
|
|
Reference in a new issue