mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: Add texlive-biblatex-nejm.
* gnu/packages/tex.scm (texlive-biblatex-nejm): New variable.
This commit is contained in:
parent
2c6a19fc2e
commit
cf94a487a4
1 changed files with 20 additions and 0 deletions
|
@ -4198,6 +4198,26 @@ (define-public texlive-biblatex-nature
|
||||||
preparing papers for submission to the journal @emph{Nature}.")
|
preparing papers for submission to the journal @emph{Nature}.")
|
||||||
(license license:lppl1.3c)))
|
(license license:lppl1.3c)))
|
||||||
|
|
||||||
|
(define-public texlive-biblatex-nejm
|
||||||
|
(package
|
||||||
|
(name "texlive-biblatex-nejm")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/biblatex-nejm/"
|
||||||
|
"source/latex/biblatex-nejm/"
|
||||||
|
"tex/latex/biblatex-nejm/")
|
||||||
|
(base32
|
||||||
|
"1fa12hbzrqd7brz90zhn3lklbqvvn5sw5l3y8pnm5xx604dkdiiw")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/biblatex-nejm")
|
||||||
|
(synopsis "BibLaTeX style for the New England Journal of Medicine (NEJM)")
|
||||||
|
(description
|
||||||
|
"This is a BibLaTeX numeric style based on the design of the New England
|
||||||
|
Journal of Medicine (NEJM).")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-bibleref
|
(define-public texlive-bibleref
|
||||||
(package
|
(package
|
||||||
(name "texlive-bibleref")
|
(name "texlive-bibleref")
|
||||||
|
|
Loading…
Reference in a new issue