summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-science/style-science.tex
diff options
context:
space:
mode:
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