I wish to write the units of a quantity as atoms/s, in other words something as
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage[per-mode=symbol, exponent-product = \cdot]{siunitx}
\begin{document}
\[
\SI{1e12}{\atoms\per\second}
\]
\end{document}
Best,
Niles.