Improve limit command
All checks were successful
Build helpers / build_helpers (push) Successful in 7s
All checks were successful
Build helpers / build_helpers (push) Successful in 7s
This commit is contained in:
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user