Math & Science ⇒ Ions
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Ions
Use package chemformula.
Code: Select all
\documentclass{article}
\usepackage{chemformula}
\usepackage{chemmacros}
\begin{document}
\ch{H+} is a hydogen ion
This is in text \ch{2 H+ + O^{2-} <> H2O}, but you can use it
similar to maths equations:
\begin{reaction}2 H+ + O^{2-} <> H2O\end{reaction}
\end{document}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Ions
Who told you that? As far as I know there is no package providing anRobyn wrote:I was told to use \ion to write in my ions (rather than using eg. $H^{-}$) but it doesn't seem to be working.
\ion
macro…Regards
site moderator & package author