diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex new file mode 100644 index 00000000000..013b5daf92c --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex-chem/examples/style-chem-biochem.tex @@ -0,0 +1,41 @@ +% +% This file presents the `chem-biochem' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[english,UKenglish,american]{babel} +\usepackage[babel]{csquotes} +\usepackage[ + style=chem-biochem, + % 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-biochem} style} + +This style prints numeric citations with bibliography +formatting following the rules of the American Chemical Society, +as implemented in the journal \emph{Biochemistry}. Citations +will occur in-line, for example \autocite{Kabbe1973} or +\autocite{Arduengo1991}. + +\nocite{*} + +\printbibliography + +\end{document}
\ No newline at end of file |