summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/vancouver/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-17 22:12:06 +0000
committerKarl Berry <karl@freefriends.org>2006-07-17 22:12:06 +0000
commit037d0c8b95024ed72ea62802db4f25231049bb7d (patch)
tree8e4e2f7a73a0b67e8db46b0d4d7ac53f47b4eddb /Master/texmf-dist/doc/latex/vancouver/README
parentdb891214aab7e3a9c9b2ebfc08f8aa237c9fafd0 (diff)
new package vancouver for biomed journals (12mar06)
git-svn-id: svn://tug.org/texlive/trunk@1871 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/vancouver/README')
-rw-r--r--Master/texmf-dist/doc/latex/vancouver/README52
1 files changed, 52 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/vancouver/README b/Master/texmf-dist/doc/latex/vancouver/README
new file mode 100644
index 00000000000..5f287c131c0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/vancouver/README
@@ -0,0 +1,52 @@
+This `vancouver.bst' bibliographic style file (for LaTeX/BibTeX) is
+generated with the docstrip utility and modified manually to meet the
+``Uniform Requirements for Manuscripts Submitted to Biomedical Journals''
+as published in N Engl J Med 1997;336:309-315.
+(also known as the Vancouver style)
+This specification may be found on the web page of the
+International Committe of Medical Journal Editors:
+
+http://www.icmje.org
+
+-------------------------------------------------------------------
+
+Copyleft 2004 Folkert van der Beek
+
+This program 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 2
+of the License, or (at your option) any later version.
+
+This program 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.
+
+Complaints, suggestions and comments may be sent to
+
+Folkert van der Beek
+Spieghelstraat 78
+9721 JX Groningen
+the Netherlands
+
+folkertvanderbeek at gmail dot com
+
+-------------------------------------------------------------------
+This bibliography style file is intended for texts in ENGLISH
+This is a numerical citation style, and as such is standard LaTeX.
+It requires no extra package to interface to the main text.
+The form of the \bibitem entries is
+ \bibitem{key}...
+Usage of \cite is as follows:
+ \cite{key} ==>> [#]
+ \cite[chap. 2]{key} ==>> [#, chap. 2]
+where # is a number determined by the ordering in the reference list.
+The order in the reference list is that by which the works were originally
+ cited in the text, or that in the database.
+
+To change the reference numbering system from [1] to 1,
+put the following code in the preamble:
+\makeatletter % Reference list option change
+\renewcommand\@biblabel[1]{#1} % from [1] to 1
+\makeatother %
+---------------------------------------------------------------------