Add limit shortcut

This commit is contained in:
Janis Hutz 2025-03-28 13:49:07 +01:00
parent fe3a0a5f62
commit 6e695d651b

View File

@ -32,3 +32,4 @@
\newcommand{\divides}{\hspace{0.25em}|\hspace{0.25em}}
\newcommand{\mbeq}{\overset{!}{=}}
\newcommand{\lcm}{\text{lcm}}
\newcommand{\limit}[2]{\lim_{#1 \rightarrow #2}}