mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
concat of code
This commit is contained in:
@@ -37,4 +37,8 @@ The primary objective of this thesis is to develop and validate pricing heuristi
|
||||
\input{chapters/01-intro}
|
||||
|
||||
\printbibliography
|
||||
|
||||
\appendix
|
||||
\input{../build/concatenated_code}
|
||||
|
||||
\end{document}
|
||||
|
||||
@@ -5,6 +5,22 @@
|
||||
\usepackage{subcaption}
|
||||
\usepackage{siunitx}
|
||||
|
||||
\usepackage{listings}
|
||||
\usepackage{xcolor}
|
||||
|
||||
\lstset{
|
||||
basicstyle=\ttfamily\footnotesize,
|
||||
breaklines=true,
|
||||
frame=single,
|
||||
numbers=left,
|
||||
numberstyle=\tiny\color{gray},
|
||||
keywordstyle=\color{blue},
|
||||
commentstyle=\color{green!60!black},
|
||||
stringstyle=\color{red},
|
||||
showstringspaces=false,
|
||||
captionpos=b
|
||||
}
|
||||
|
||||
% Use biblatex instead of natbib (acmart default)
|
||||
\usepackage[backend=bibtex,style=numeric]{biblatex}
|
||||
\addbibresource{bib/references.bib}
|
||||
|
||||
Reference in New Issue
Block a user