Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- %% We use the memoir class because it offers a many easy to use features.
- \documentclass[11pt,a4paper,titlepage,oldfontcommands]{memoir}
- %\documentclass[a4paper]{scrartcl}
- %% Packages
- %% ========
- \usepackage{verbatim} %enables \begin{comment}
- \usepackage[version=4]{mhchem} %% Chemische Formeln und Pfeile
- \usepackage{booktabs} %% better tables
- \DisemulatePackage{setspace}
- \usepackage{setspace} %% begin spacing
- \usepackage{adjustbox} %% Adjust table size
- \usepackage{array}%center content in table
- \usepackage{float} %force figure position with [H]
- \usepackage{wrapfig} %wrap text around images
- \usepackage{lipsum} %sloppyar
- \usepackage{multirow,bigdelim,bigstrut}
- %% LaTeX Font encoding -- DO NOT CHANGE
- \usepackage[T1]{fontenc}
- %% LaTeX' own graphics handling
- \usepackage{graphicx}
- \usepackage[sort&compress,comma,numbers,super]{natbib}
- \usepackage[linkcolor=black,colorlinks=true,citecolor=black,filecolor=black]{hyperref}
- %% Document information
- %% ====================
- \title{Chem n Shit}
- \author{Anon}
- \date{November 13, 2015}
- \begin{document}
- \frontmatter
- %% Title page is autogenerated from document information above. DO
- %% NOT CHANGE.
- \begin{titlingpage}
- \calccentering{\unitlength}
- \begin{adjustwidth*}{\unitlength-24pt}{-\unitlength-24pt}
- \maketitle
- \end{adjustwidth*}
- \end{titlingpage}
- %% The abstract of your thesis. Edit the file as needed.
- stuff goes here
- %% TOC with the proper setup, do not change.
- \cleartorecto
- \tableofcontents
- \mainmatter
- %% Your real content!
- Low valent ruthenium complexes have been shown to have very characteristic catalytic performance in organic synthesis.\cite{trost_ruthenium-catalyzed_2005} \cite{trost_non-metathesis_2001} \cite{naota_ruthenium-catalyzed_1998} \cite{bruneau_ruthenium_2004} \cite{murahashi_ruthenium_2004} \cite{abel_comprehensive_1995} Most relevant examples include redox reactions, carbon-carbon bond forming reactions,\cite{hirano_stoichiometric_2012} including \ce{C-H} bond activation,\cite{kakiuchi_catalytic_2002} \ce{C-C} bond activation or reactions via ruthenacycles.\cite{wieder_structure_2011} \\
- %\input{typography}
- \bibliographystyle{achemso}
- \bibliography{refs}
- \appendix
- \backmatter
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment