Guest User

Untitled

a guest
Nov 28th, 2015
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.23 KB | None | 0 0
  1. %% We use the memoir class because it offers a many easy to use features.
  2. \documentclass[11pt,a4paper,titlepage,oldfontcommands]{memoir}
  3. %\documentclass[a4paper]{scrartcl}
  4. %% Packages
  5. %% ========
  6. \usepackage{verbatim} %enables \begin{comment}
  7. \usepackage[version=4]{mhchem} %% Chemische Formeln und Pfeile
  8. \usepackage{booktabs} %% better tables
  9. \DisemulatePackage{setspace}
  10. \usepackage{setspace} %% begin spacing
  11. \usepackage{adjustbox} %% Adjust table size
  12. \usepackage{array}%center content in table
  13. \usepackage{float} %force figure position with [H]
  14. \usepackage{wrapfig} %wrap text around images
  15. \usepackage{lipsum} %sloppyar
  16. \usepackage{multirow,bigdelim,bigstrut}
  17.  
  18. %% LaTeX Font encoding -- DO NOT CHANGE
  19. \usepackage[T1]{fontenc}
  20.  
  21.  
  22. %% LaTeX' own graphics handling
  23. \usepackage{graphicx}
  24.  
  25.  
  26. \usepackage[sort&compress,comma,numbers,super]{natbib}
  27. \usepackage[linkcolor=black,colorlinks=true,citecolor=black,filecolor=black]{hyperref}
  28.  
  29.  
  30. %% Document information
  31. %% ====================
  32.  
  33. \title{Chem n Shit}
  34. \author{Anon}
  35.  
  36.  
  37. \date{November 13, 2015}
  38.  
  39. \begin{document}
  40.  
  41. \frontmatter
  42.  
  43. %% Title page is autogenerated from document information above.  DO
  44. %% NOT CHANGE.
  45. \begin{titlingpage}
  46.  \calccentering{\unitlength}
  47.  \begin{adjustwidth*}{\unitlength-24pt}{-\unitlength-24pt}
  48.    \maketitle
  49.  \end{adjustwidth*}
  50. \end{titlingpage}
  51.  
  52. %% The abstract of your thesis.  Edit the file as needed.
  53. stuff goes here
  54.  
  55. %% TOC with the proper setup, do not change.
  56. \cleartorecto
  57. \tableofcontents
  58. \mainmatter
  59.  
  60. %% Your real content!
  61. 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}  \\
  62. %\input{typography}
  63. \bibliographystyle{achemso}
  64. \bibliography{refs}
  65.  
  66. \appendix
  67. \backmatter
  68. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment