This commit is contained in:
2020-11-13 09:42:04 +01:00
commit 4b263e54fa
48 changed files with 17734 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
\newcommand{\itembullet}{\begin{itemize}[label={}]}
\newcommand{\newimage}[4]{
\begin{figure}[!h]
\begin{center}
\includegraphics[width=#1\textwidth]{#2}
\caption{#3}
\label{fig:#4}
\end{center}
\end{figure}
}