summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-chem/style-chem-rsc.tex
blob: 8fc63d477d3e8d9dba7810ef6a0ac32d72438975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
%
% 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
  % backend=biber,    % Use biber rather than BibTeX: UTF-8 support, etc.
  % 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}