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
- Attachments
-
- Immagine 2023-03-16 120058.jpg (5.49 KiB) Viewed 8723 times
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to add arrow superimposed on the text
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}