Math & Science ⇒ Ions
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Ions
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}
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