I'm trying to achieve something like this
I tried \cancelto but it doesn't look good. Is there a library for these kind of "special cancellations"?
Thank you all.
I'm trying to achieve something like this
I tried \cancelto but it doesn't look good. Is there a library for these kind of "special cancellations"?
Thank you all.
Use the "cancel" package
\documentclass{article}
\usepackage{amsmath}
\usepackage{cancel}
\begin{document}
\[X^{\bcancel{3}^2} \]
\end{document}
X^{\bcancel{3}^{\scriptstyle2}}, unless you really want the 2 to be smaller (\scriptscriptstyle) than the 3.