blob: bcc28f5bb9c4100f1ec065a006046bbb972fb854 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
BibLaTex Vancouver
==================
This package provides the Vancouver reference style for BibLateX. It is based on
the numeric style and requires biber.
Downloading
-----------
Latest release of BibLaTeX Vancouver can be downloaded from
http://code.agnibho.com/biblatex-vancouver/
Installation
------------
Install the package to your local texmf directory. The local texmf directory can
be found by running 'kpsewhich -var-value TEXMFHOME' in the commandline.
For example if your local texmf directory is '~/texmf', then copy the
'biblatex-vancouver' folder to '~/texmf/tex/latex/'.
Usage
-----
BibLaTex Vancouver can be included in your LaTex document as a style argument.
Example:
\usepackage[backend=biber,style=vancouver]{biblatex}
Acknowledgment
--------------
Some part of the code has been adapted from the biblatex-nejm package.
Licensing
---------
Copyright (c) 2020 Agnibho Mondal
All rights reserved
This file is part of BibLaTex Vancouver.
BibLaTex Vancouver is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
BibLaTex Vancouver is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
details.
You should have received a copy of the GNU General Public License along with
BibLaTex Vancouver. If not, see <http://www.gnu.org/licenses/>.
Contact
--------
Agnibho Mondal
contact@agnibho.com
www.agnibho.com
|