summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-chem/style-chem-angew.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-31 00:05:43 +0000
committerKarl Berry <karl@freefriends.org>2010-03-31 00:05:43 +0000
commit0b0c77bc25175aaae6bc297ea1583c850fca9bb2 (patch)
tree6a80c3990af41637ec892d73ed505bc6706475b3 /Master/texmf-dist/doc/latex/biblatex-chem/style-chem-angew.tex
parenta41411cfff0a41be6e8d9b793009b47e67d6f9b3 (diff)
biblatex-chem 0.9b (30mar10)
git-svn-id: svn://tug.org/texlive/trunk@17633 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-chem/style-chem-angew.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-chem/style-chem-angew.tex43
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/style-chem-angew.tex b/Master/texmf-dist/doc/latex/biblatex-chem/style-chem-angew.tex
new file mode 100644
index 00000000000..3aa6ba61dbc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-chem/style-chem-angew.tex
@@ -0,0 +1,43 @@
+%
+% This file presents the `chem-angew' style
+%
+\documentclass[a4paper]{article}
+\usepackage[T1]{fontenc}
+\usepackage[english,UKenglish]{babel}
+\usepackage[babel]{csquotes}
+\usepackage[
+ style=chem-angew,
+ % 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-angew} style}
+
+This style prints numeric citations with bibliography
+formatting following the rules of the used in \emph{Angewandte
+Chemie}. The same formatting applies to related journals
+published by Wiley, for example \emph{Chemistry---A European
+Journal} and \emph{European Journal of Organic Chemistry}. With
+settings for citations as given, the citations will be
+superscript and punctuation will be moved before citations, for
+example \autocite{Kabbe1973} or \cite{Arduengo1991}.
+
+\nocite{*}
+
+\printbibliography
+
+\end{document}