summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/chemstyle/chemstyle-demo.tex
blob: 9aaf8b897418349cac8a0e94ab9452a8eef426c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass[a4paper]{article}
\usepackage[T1]{fontenc}            % Modern font encoding
\usepackage[runs=2]{auto-pst-pdf}   % Use EPS graphics with pdfLaTeX
\usepackage{booktabs}               % Better table layouts
\usepackage[journal=rsc]{chemstyle} % Of course!
\usepackage{geometry}               % Easy page layout
\usepackage{lmodern}                % Use Latin Modern fonts
\usepackage[version=3]{mhchem}      % Formula subscripts using \ce{}
\begin{document}
\end{document}