diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/chemstyle/template.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/chemstyle/template.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/chemstyle/template.tex b/Master/texmf-dist/doc/latex/chemstyle/template.tex index c8933ef018f..f05346886c4 100644 --- a/Master/texmf-dist/doc/latex/chemstyle/template.tex +++ b/Master/texmf-dist/doc/latex/chemstyle/template.tex @@ -13,11 +13,15 @@ %% See http://www.gnu.org/licenses/gpl.txt %% ---------------------------------------------------------------- \documentclass[fontsize=10pt,paper=a4]{scrreprt} +\usepackage{geometry} \usepackage[english,UKenglish]{babel} \usepackage[rsc]{chemstyle} \usepackage[version=3]{mhchem} \usepackage{upgreek} \usepackage{booktabs} +\usepackage[final]{microtype} +\usepackage[footnotes]{notes2bib} +\usepackage[colorlinks]{hyperref} \begin{document} \end{document} \endinput |