summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-nature/style-nature.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-31 00:06:05 +0000
committerKarl Berry <karl@freefriends.org>2010-03-31 00:06:05 +0000
commitf92cd20f20ab90edede876ca3c0cbfe40f82e905 (patch)
treef50f41d07760013c1acafefdf739b49f0a619917 /Master/texmf-dist/doc/latex/biblatex-nature/style-nature.tex
parent0b0c77bc25175aaae6bc297ea1583c850fca9bb2 (diff)
biblatex-nature 0.9a (30mar10)
git-svn-id: svn://tug.org/texlive/trunk@17634 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-nature/style-nature.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-nature/style-nature.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-nature/style-nature.tex b/Master/texmf-dist/doc/latex/biblatex-nature/style-nature.tex
new file mode 100644
index 00000000000..473962e483a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-nature/style-nature.tex
@@ -0,0 +1,34 @@
+%
+% This file presents the `nature' style
+%
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage[english,UKenglish]{babel}
+\usepackage[babel]{csquotes}
+\usepackage[
+ style=nature,
+ hyperref
+ ]{biblatex}
+\usepackage[
+ colorlinks,
+ linkcolor=black,
+ urlcolor=black,
+ citecolor=black
+ ]{hyperref}
+\bibliography{biblatex-nature}
+
+\begin{document}
+
+\section*{The \texttt{nature} style}
+
+This style prints numeric citations with bibliography
+formatting following the rules of the journal \emph{Nature}.
+With settings for citations as given, the citations will be
+superscript and punctuation will not be moved before citations,
+for example \autocite{Kabbe1973} or \autocite{Arduengo1991}.
+
+\nocite{*}
+
+\printbibliography
+
+\end{document} \ No newline at end of file