Math & ScienceFlexible Arrow Size

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

Flexible Arrow Size

Post by pallav »

How to increase the size of arrow if (and only if) symbol?

Code: Select all

$a\overset{z_1=z_2+z+3+z_4}\Longleftrightarrow b$

Recommended reading 2024:

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

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

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Flexible Arrow Size

Post by Stefan Kottwitz »

The mathtools package provides further extensible arrows, such as \xLeftrightarrow:

Code: Select all

\documentclass{article}
\usepackage{mathtools}

\begin{document}
$a \xLeftrightarrow{z_1=z_2+z+3+z_4} b$
\end{document}

Stefan
Attachments
arrow.png
arrow.png (2.71 KiB) Viewed 4091 times
LaTeX.org admin
Post Reply