Improve thesis, take Suzan's feedback into account

This commit is contained in:
Andras Schmelczer 2022-07-16 15:26:17 +02:00
parent a035caec4f
commit 50531d60ea
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
20 changed files with 197 additions and 114 deletions

View file

@ -20,6 +20,7 @@
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{\thepage}
% 2-column bibliography
\makeatletter
\renewenvironment{thebibliography}[1]
{\begin{multicols}{2}[\section*{\refname}]%
@ -72,6 +73,10 @@
\end{shaded*}
}
% Section numbering
\renewcommand\thechapter{\arabic{chapter}}
\renewcommand\thesection{\thechapter.\arabic{section}}
\renewcommand\thesubsection{\thesection.\arabic{subsection}}
\begin{document}