diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-chem/style-chem-rsc.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-chem/style-chem-rsc.tex | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/style-chem-rsc.tex b/Master/texmf-dist/doc/latex/biblatex-chem/style-chem-rsc.tex new file mode 100644 index 00000000000..1e04c304c35 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/style-chem-rsc.tex @@ -0,0 +1,44 @@ +% +% This file presents the `chem-rsc' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[english,UKenglish]{babel} +\usepackage[babel]{csquotes} +\usepackage[ + style=chem-rsc, + % articletitle, % To include article titles + % biblabel=dot, % Alter bibliography labels + % chaptertitle, % Include chapter titles for parts of books + % doi, % Always include DOI for articles + % pageranges=false, % Only include first page of a range + % subentry, % For (a), (b), etc. in sets + hyperref + ]{biblatex} +\usepackage[ + colorlinks, + linkcolor=black, + urlcolor=black, + citecolor=black + ]{hyperref} +\bibliography{biblatex-chem} + +\begin{document} + +\section*{The \texttt{chem-rsc} style} + +This style prints numeric citations with bibliography +formatting following the rules of the Royal Society of +Chemistry. This applies to journals such as \emph{Chemical +Communications}, \emph{Organic \& Biomolecular Chemistry}, +\emph{Dalton Transactions} and \emph{Physical Chemistry +Chemical Physics}. With settings for citations as given, the +citations will be superscript and punctuation will be moved +before citations, for example \autocite{Kabbe1973} or +\autocite{Arduengo1991}. + +\nocite{*} + +\printbibliography + +\end{document}
\ No newline at end of file |