diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-23 00:23:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-23 00:23:22 +0000 |
commit | 4e5040e3f22afbee205156eb6e64b5e5002b088e (patch) | |
tree | 4dc8a9ad570c214ec578573afa76b1840613b85d /Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex | |
parent | bdea9ce1af1e711d925e2522f9b299f49c9a4afe (diff) |
biblatex-chem 1.0a (22dec10)
git-svn-id: svn://tug.org/texlive/trunk@20829 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex deleted file mode 100644 index 89e74b51d09..00000000000 --- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-angew.tex +++ /dev/null @@ -1,44 +0,0 @@ -% -% 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 - % 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-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} |