Update snippets
This commit is contained in:
parent
bb06ba8384
commit
063e684d62
@ -1,25 +1,59 @@
|
|||||||
snippet .R
|
snippet R
|
||||||
\mathbb{R}
|
\mathbb{R}
|
||||||
snippet .N
|
snippet N
|
||||||
\mathbb{N}
|
\mathbb{N}
|
||||||
snippet .Z
|
snippet Z
|
||||||
\mathbb{Z}
|
\mathbb{Z}
|
||||||
snippet .F
|
snippet F
|
||||||
\mathbb{F}
|
\mathbb{F}
|
||||||
snippet ..R
|
snippet Q
|
||||||
|
\mathbb{Q}
|
||||||
|
snippet C
|
||||||
|
\mathbb{C}
|
||||||
|
snippet .R
|
||||||
$\mathbb{R}$
|
$\mathbb{R}$
|
||||||
snippet ..N
|
snippet .Q
|
||||||
|
$\mathbb{Q}$
|
||||||
|
snippet .C
|
||||||
|
$\mathbb{C}$
|
||||||
|
snippet .N
|
||||||
$\mathbb{N}$
|
$\mathbb{N}$
|
||||||
snippet ..Z
|
snippet .Z
|
||||||
$\mathbb{Z}$
|
$\mathbb{Z}$
|
||||||
snippet ..F
|
snippet .F
|
||||||
$\mathbb{F}$
|
$\mathbb{F}$
|
||||||
snippet pi
|
snippet eps
|
||||||
\pi
|
\varepsilon
|
||||||
|
snippet to
|
||||||
|
\to
|
||||||
|
snippet toi
|
||||||
|
( ${1} \to\infty)
|
||||||
|
snippet q
|
||||||
|
\quad
|
||||||
|
snippet liminf
|
||||||
|
\lim\limits_{${1:n} \to \infty}
|
||||||
|
snippet lim0
|
||||||
|
\lim\limits_{${1:n} \to 0} ${2}
|
||||||
|
snippet <=>
|
||||||
|
\Leftrightarrow
|
||||||
|
snippet o=
|
||||||
|
\overset{${1}}{=}
|
||||||
snippet qfa
|
snippet qfa
|
||||||
\quad (\forall ${1} \in \mathbb{${2}})
|
\quad (\forall ${1} \in \mathbb{${2}})
|
||||||
|
snippet qin
|
||||||
|
\quad (${1} \in \mathbb{${2}})
|
||||||
|
snippet in
|
||||||
|
\in
|
||||||
|
snippet ex
|
||||||
|
\exists
|
||||||
|
snippet for
|
||||||
|
\forall
|
||||||
snippet func
|
snippet func
|
||||||
$${1}: \mathbb{${2}} \rightarrow \mathbb{${3}}$
|
$${1}: \mathbb{${2}} \rightarrow \mathbb{${3}}$
|
||||||
|
snippet (a
|
||||||
|
(a_{${1}}^{(${2})})
|
||||||
|
snippet $(a
|
||||||
|
$(a_{${1}}^{(${2})})$
|
||||||
snippet .<
|
snippet .<
|
||||||
\langle ${1} \rangle
|
\langle ${1} \rangle
|
||||||
snippet ..<
|
snippet ..<
|
||||||
@ -39,6 +73,10 @@ snippet proof
|
|||||||
\begin{proof}
|
\begin{proof}
|
||||||
${1}
|
${1}
|
||||||
\end{proof}
|
\end{proof}
|
||||||
|
snippet def
|
||||||
|
\begin{definition}
|
||||||
|
${1}
|
||||||
|
\end{definition}
|
||||||
|
|
||||||
snippet align
|
snippet align
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
@ -55,6 +93,11 @@ snippet enum
|
|||||||
\item ${1}
|
\item ${1}
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
|
||||||
|
snippet enumabc
|
||||||
|
\begin{enumerate}[label=(\alph*)]
|
||||||
|
\item ${1}
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
snippet cases
|
snippet cases
|
||||||
\begin{cases}
|
\begin{cases}
|
||||||
${1}, falls ${2}\\\\
|
${1}, falls ${2}\\\\
|
||||||
|
Loading…
Reference in New Issue
Block a user