1.4 KiB
1.4 KiB
LaTeX Configuration
Awesome LaTeX
Theme/class
Beamer
Tikz
Packages
Snippets
Make arrows with text above and bellow
\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}