diff options
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.tex | 34 |
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 |