blob: f1b8432f96b740ae8dedcbca81a9ab316762b6c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
\documentclass{ppex}
\nonstopmode
\iffalse *** Next code line only needed with older version
of the chemical macros if they produce slanted characters ***
\makeatletter \let \@@chemiechemiestyle\mathrm \makeatother
\fi
\usepackage {m-chemic}
\pagestyle{empty}
\setlength\textwidth{207.0pt}
\begin{document}
\ResetPreambleCommands
\ReadyForTheFray
\usepackage {m-chemic}
\[ \chemical{2H_2}{hydrogen}
\chemical{PLUS}{}
\chemical{O_2}{oxygen}
\chemical{GIVES}{violent}
\chemical{2H_2O}{} \]
\end{document}
|