I broke up with neovim....vim is my best friend now

This commit is contained in:
LinlyBoi
2023-04-30 08:14:07 +03:00
parent 0d185449c5
commit 4a4a6b1e81
5245 changed files with 468325 additions and 25 deletions

View File

@@ -0,0 +1,56 @@
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{align}
f(x) &= \bigg\lvert 0 \bigg\rvert \\
f(x) &= \Bigg\lVert 0 \Bigg\rVert \\
\end{align}
\[
\begin{multlined}[b]
\framebox[4cm]{first} \\
\framebox[4cm]{last}
\end{multlined} = B
\begin{multlined}[b][7cm]
\framebox[4cm]{first} \\
\framebox[4cm]{last}
\end{multlined} = B
\]
\begin{align*}
f(a) &=
\!\begin{aligned}[t]
& \frac{1}{2}+\cdots \\& \dots+\frac{1}{2}
\end{aligned}
\end{align*}
\begin{equation}
\begin{lgathered}[c]
x=1,\quad x+1=2 \\
y=235
\end{lgathered}
\end{equation}
\[
\begin{pmatrix*}[r]
-1 & 3 \\
2 & -4
\end{pmatrix*}
\]
\[
\begin{smallmatrix*}[r]
-1 & 3 \\
2 & -4
\end{smallmatrix*}
\]
\begin{gather}
f(x) = x
\shortintertext{This is a short intertext.}
f(x) = x
\end{gather}
\end{document}