[OS X TeX] How to insert chemical reactions
Yusuke Terada
taylorkgb at gmail.com
Fri Jun 10 08:20:00 EDT 2011
On 2011/06/10, at 16:02, Alireza Dehghani wrote:
> 1- i want to add the following reaction to my text:
> Fiber-O-H + NaOH ---> Fiber-O-Na + H2O
I use mhchem.sty ( http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/ ) to typeset chemical formulae and chemical equations.
Please try the following source code:
\documentclass{article}
\usepackage[version=3]{mhchem}
\begin{document}
\ce{Fiber - O - H + NaOH -> Fiber - O - Na + H2O}
\end{document}
More information about the MacOSX-TeX
mailing list