summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-science/style-science.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-11 00:38:55 +0000
committerKarl Berry <karl@freefriends.org>2011-01-11 00:38:55 +0000
commit378dbd77734a1d092dbb29a94db7c0aa1e1f6a02 (patch)
tree385139d1b027885c9a6dbc94f0ab29bd71ed6fc1 /Master/texmf-dist/doc/latex/biblatex-science/style-science.tex
parent3b078e13c9a5e6066661f99f4e25c23a254ee73f (diff)
biblatex-science (10jan11)
git-svn-id: svn://tug.org/texlive/trunk@21016 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-science/style-science.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-science/style-science.tex33
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-science/style-science.tex b/Master/texmf-dist/doc/latex/biblatex-science/style-science.tex
new file mode 100644
index 00000000000..dadccbd89a7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-science/style-science.tex
@@ -0,0 +1,33 @@
+%
+% This file presents the `science' style
+%
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage[english,UKenglish]{babel}
+\usepackage[babel]{csquotes}
+\usepackage[
+ style=science,
+ hyperref
+ ]{biblatex}
+\usepackage[
+ colorlinks,
+ linkcolor=black,
+ urlcolor=black,
+ citecolor=black
+ ]{hyperref}
+\bibliography{biblatex-science}
+
+\begin{document}
+
+\section*{The \texttt{science} style}
+
+This style prints numeric citations with bibliography
+formatting following the rules of the journal \emph{Science}.
+Citations will occur in-line, for example \autocite{Kabbe1973}
+or \autocite{Arduengo1991}.
+
+\nocite{*}
+
+\printbibliography
+
+\end{document} \ No newline at end of file