init
This commit is contained in:
14
report/commands/info.tex
Normal file
14
report/commands/info.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
%-----------------
|
||||
% My infos
|
||||
%----------------
|
||||
\newcommand{\courseName}{}
|
||||
\newcommand{\filiere}{Master of Science HES-SO in Engineering}
|
||||
\newcommand{\projectname}{Challenge: HTTP Response Splitting}
|
||||
\newcommand{\schoolyear}{2020 - 2021}
|
||||
\newcommand{\subprojectname}{}
|
||||
\newcommand{\titleName}{Ethical Hacking}
|
||||
\newcommand{\titleNameShort}{EHK}
|
||||
\newcommand{\professorNameA}{Sylvain \textsc{Pasini}}
|
||||
\newcommand{\professorNameB}{Jean-Marc \textsc{Bost}}
|
||||
\newcommand{\studentName}{Loïc \textsc{Guibert}}
|
||||
\newcommand{\documenttype}{Report}
|
||||
3
report/commands/renamings.tex
Normal file
3
report/commands/renamings.tex
Normal file
@@ -0,0 +1,3 @@
|
||||
\newcommand{\renamelstlistings}{Code snippet}
|
||||
\renewcommand{\lstlistlistingname}{\renamelstlistings s}
|
||||
\renewcommand{\lstlistingname}{\renamelstlistings}
|
||||
11
report/commands/shortcuts.tex
Normal file
11
report/commands/shortcuts.tex
Normal 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}
|
||||
}
|
||||
Reference in New Issue
Block a user