Files
rootme_http-response-splitting/report/commands/shortcuts.tex

11 lines
221 B
TeX
Raw Normal View History

2020-11-13 09:42:04 +01:00
\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}
}