Math & ScienceHow to add arrow superimposed on the text

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
eneacasucci
Posts: 1
Joined: Mon Mar 20, 2023 1:39 pm

How to add arrow superimposed on the text

Post by eneacasucci »

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
Immagine 2023-03-16 120058.jpg (5.49 KiB) Viewed 8540 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

How to add arrow superimposed on the text

Post by Stefan Kottwitz »

Hi,

welcome to the forum!

The probably easiest way is using the cancel package:

Code: Select all

\documentclass{article}
\usepackage{cancel}
\begin{document}
$\cancelto{1}{m}$
\end{document}
Stefan
LaTeX.org admin
Post Reply