Improve limit command
All checks were successful
Build helpers / build_helpers (push) Successful in 7s

This commit is contained in:
2025-12-24 07:22:18 +01:00
parent 1e766b8133
commit b1d81bdd06

View File

@@ -87,7 +87,7 @@
\newcommand{\divides}{\hspace{0.25em}|\hspace{0.25em}} \newcommand{\divides}{\hspace{0.25em}|\hspace{0.25em}}
\newcommand{\mbeq}{\overset{!}{=}} \newcommand{\mbeq}{\overset{!}{=}}
\newcommand{\lcm}{\text{lcm}} \newcommand{\lcm}{\text{lcm}}
\newcommand{\limit}[2]{\lim_{#1 \rightarrow #2}} \newcommand{\limit}[2]{\underset{#1 \rightarrow #2}{\lim}}
\newcommand{\seq}[1]{(#1_n)_{n \geq 1}} \newcommand{\seq}[1]{(#1_n)_{n \geq 1}}
\newcommand{\ser}[2]{\sum_{k = 1}^{#2} #1_k} \newcommand{\ser}[2]{\sum_{k = 1}^{#2} #1_k}
\newcommand{\limni}{\limit{n}{\infty}} \newcommand{\limni}{\limit{n}{\infty}}