1.4 KiB
1.4 KiB
Awesome LaTeX
Other Awezome LaTeX
Theme/class
Beamer
Tikz
Packages
Math
Make arrows with text above and bellow
https://tex.stackexchange.com/questions/103988/rightarrow-with-text-above-it
\documentclass{article}
\usepackage{mathtools}
\begin{document}
$\xrightarrow[\text{world}]{\text{hello}}$
$\xRightarrow[\text{world}]{\text{hello}}$
$\xrightarrow[g(x)]{f(x)}$
$\xRightarrow[g(x)]{f(x)}$
\end{document}