% % 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}