1.5 KiB
1.5 KiB
LaTeX Configuration
LatexMK
$pdf_previewer = "zathura %O %S";
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}