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,42 @@
\documentclass{minimal}
\begin{document}
\begin{defn}[Definition 1]
\label{defn:definition_1}
A simple environment with simple contents.
\end{defn}
\begin{figure}[ht] % A standalone figure with label and caption
\centering
%\input{proof}
\caption{Simple figure}
\label{fig:simple_figure}
\end{figure}
\begin{thm}[Example Title of Theorem]
\label{thm:example_title_of_theorem}
Suppose A and B.
\begin{itemize}
\item If C, then D
\item \(A \wedge B \implies D \iff A \wedge B \implies C\)
\end{itemize}
We demonstrate this by the figure.
\begin{figure}[ht] % Comment
\centering
%\input{proof}
\caption{A visual proof of Example Theorem}
\label{fig:visual_theorem}
\end{figure}
\end{thm}
\begin{defn}[Definition 2]
\label{defn:definition_2}
A sample definition.
\caption{A caption for an environment typically without caption}
\end{defn}
\end{document}