mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add texlive-vancouver.
* gnu/packages/tex.scm (texlive-vancouver): New variable.
This commit is contained in:
parent
d1a499a172
commit
4d545452c5
1 changed files with 20 additions and 0 deletions
|
@ -31714,6 +31714,26 @@ (define-public texlive-vak
|
||||||
BibTeX system.")
|
BibTeX system.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
|
(define-public texlive-vancouver
|
||||||
|
(package
|
||||||
|
(name "texlive-vancouver")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "bibtex/bst/vancouver/"
|
||||||
|
"doc/bibtex/vancouver/")
|
||||||
|
(base32
|
||||||
|
"1r8x945cx32zn6ky4qqrki4xrj8ipbmkgm2dijmws5m0bkkh276r")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/vancouver")
|
||||||
|
(synopsis "Bibliographic style file for Biomedical journals")
|
||||||
|
(description
|
||||||
|
"This BibTeX style file is expected to meet the Uniform Requirements for
|
||||||
|
Manuscripts Submitted to Biomedical Journals (also known as the Vancouver
|
||||||
|
style).")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-velthuis
|
(define-public texlive-velthuis
|
||||||
(package
|
(package
|
||||||
(name "texlive-velthuis")
|
(name "texlive-velthuis")
|
||||||
|
|
Loading…
Reference in a new issue