summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-10-14 23:37:21 +0000
committerKarl Berry <karl@freefriends.org>2010-10-14 23:37:21 +0000
commit91c3f3c9247b9152640e169c2c75e64e7b181a61 (patch)
tree983b29259464131ec58d24e06a98871f81de249d /Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex
parent4b45b0373a2f9835cf284999e108e5ba408733f7 (diff)
biblatex-chem (14oct10)
git-svn-id: svn://tug.org/texlive/trunk@20104 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex46
1 files changed, 0 insertions, 46 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex
deleted file mode 100644
index 5b76bfc24a5..00000000000
--- a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-acs.tex
+++ /dev/null
@@ -1,46 +0,0 @@
-%
-% This file presents the `chem-acs' style
-%
-\documentclass[a4paper]{article}
-\usepackage[T1]{fontenc}
-\usepackage[english,UKenglish,american]{babel}
-\usepackage[babel]{csquotes}
-\usepackage[
- style=chem-acs,maxnames=111,
- % 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-acs} style}
-
-This style prints numeric citations with bibliography
-formatting following the rules of the American Chemical Society,
-as outlined in \emph{The ACS Style Guide}.\footfullcite{Coghill2006}
-This applies to journals such as \emph{Journal of the American
-Chemical Society}, \emph{The Journal of Organic Chemistry}
-and \emph{Organometallics}. Some journals published by the ACS
-use superscript citations and some do not: read the package
-documentation for more details. With settings for citations as
-given, the citations will be superscript and punctuation will be
-moved before citations, for example.\footfullcite{Kabbe1973} or
-\autocite{Arduengo1991}.
-
-\nocite{*}
-
-\printbibliography
-
-\end{document} \ No newline at end of file