Math & Science ⇒ How to add arrow superimposed on the text
-
- Posts: 1
- Joined: Mon Mar 20, 2023 1:39 pm
How to add arrow superimposed on the text
I don't know how to write this formula, in particular i need the part highlighted in yellow.
- Attachments
-
- Immagine 2023-03-16 120058.jpg (5.49 KiB) Viewed 8540 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10320
- Joined: Mon Mar 10, 2008 9:44 pm
How to add arrow superimposed on the text
Hi,
welcome to the forum!
The probably easiest way is using the
cancel package:
Stefan
welcome to the forum!
The probably easiest way is using the

Code: Select all
\documentclass{article}
\usepackage{cancel}
\begin{document}
$\cancelto{1}{m}$
\end{document}
LaTeX.org admin