Updated LaTeX template

This commit is contained in:
Leonetienne
2022-01-02 15:19:25 +01:00
parent 0599c3b9a6
commit 802f178f92
26 changed files with 262 additions and 76 deletions

View File

@@ -10,13 +10,3 @@
% Will do a full reference, with both a number AND a caption. Like '1.2.3 Coding the code'
\newcommand{\fullref}[1]{\ref{#1} \nameref{#1}}
% Bibliography formatting
% #1 -> authors
% #2 -> title
% #3 -> publishing city
% #4 -> publisher
% #5 -> year of release
\newcommand{\bibformat}[5] {
#1: \textit{#2}. #3: #4, #5
}