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 8723 times

Recommended reading 2024:

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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
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