great-ai/docs/thesis/main.tex
2022-06-25 14:01:14 +02:00

94 lines
2 KiB
TeX

\documentclass[runningheads]{llncs}
\usepackage{graphicx}
\usepackage{pdfpages}
\usepackage{hyperref}
\usepackage{amssymb}
\usepackage{fancyhdr}
\usepackage{enumitem}
\usepackage{threeparttable}
\usepackage{multicol}
\usepackage[compact]{titlesec}
\usepackage{framed}
\usepackage{quoting}
\usepackage{xcolor}
% Header & footer
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[C]{\thepage}
\makeatletter
\renewenvironment{thebibliography}[1]
{\begin{multicols}{2}[\section*{\refname}]%
\@mkboth{\MakeUppercase\refname}{\MakeUppercase\refname}%
\small
\list{\@biblabel{\@arabic\c@enumiv}}%
{\settowidth\labelwidth{\@biblabel{#1}}%
\leftmargin\labelwidth
\advance\leftmargin\labelsep
\@openbib@code
\usecounter{enumiv}%
\let\p@enumiv\@empty
\renewcommand\theenumiv{\@arabic\c@enumiv}}%
\sloppy
\clubpenalty4000
\@clubpenalty \clubpenalty
\widowpenalty4000%
\sfcode`\.\@m}
{\def\@noitemerr
{\@latex@warning{Empty `thebibliography' environment}}%
\endlist\end{multicols}}
\makeatother
% Make links blue
\renewcommand\UrlFont{\color{blue}\rmfamily}
% Structured abstract headings
\newcommand{\absdiv}[1]{
\par
\noindent\textbf{#1:}
}
% Research questions list
\newlist{rqlist}{enumerate}{1}
\setlist[rqlist, 1]{
label=\textbf{RQ\arabic{rqlisti}.},
leftmargin=2cm,
rightmargin=1.25cm
}
% Block quote
\definecolor{bg}{RGB}{186, 233, 255}
\colorlet{shadecolor}{bg}
\usepackage{lipsum}
\newenvironment{displayquote}
{\begin{shaded*}
\quoting[leftmargin=0pt, vskip=0pt]
}
{\endquoting
\end{shaded*}
}
\begin{document}
\includepdf[pages=-]{frontpage/frontpage.pdf}
\include{chapters/0_abstract}
\tableofcontents
\input{chapters/1_introduction}
\input{chapters/2_background}
\input{chapters/3_methods}
\input{chapters/4_design}
\input{chapters/5_case/main}
\input{chapters/6_interviews}
\input{chapters/7_conclusion}
\clearpage
\bibliographystyle{splncs04}
\bibliography{ref}
\end{document}