\documentclass[letterpaper,oneside,english,notitlepage,pointlessnumbers,obeyspaces,plainpages=false,pdfpagelabels=true]{scrbook}
\usepackage{lmodern}
\usepackage{helvet}
\usepackage{courier}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\usepackage{babel}
\usepackage{pifont}
\usepackage{varioref}
\usepackage{float}
\usepackage{textcomp}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[unicode=true,pdfusetitle,
bookmarks=true,bookmarksnumbered=false,bookmarksopen=false,
breaklinks=false,pdfborder={0 0 1},backref=false,colorlinks=false]
{hyperref}
\hypersetup{
plainpages=false,pdfpagelabels}
\makeatletter
\pdfpageheight\paperheight
\pdfpagewidth\paperwidth
\providecommand{\tabularnewline}{\\}
\newcommand{\lyxdot}{.}
\floatstyle{ruled}
\newfloat{algorithm}{tbp}{loa}[chapter]
\providecommand{\algorithmname}{Algorithm}
\floatname{algorithm}{\protect\algorithmname}
\newenvironment{lyxcode}
{\par\begin{list}{}{
\setlength{\rightmargin}{\leftmargin}
\setlength{\listparindent}{0pt}
\raggedright
\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}
\normalfont\ttfamily}
\item[]}
{\end{list}}
\input{preamble.tex}
\@ifundefined{showcaptionsetup}{}{
\PassOptionsToPackage{caption=false}{subfig}}
\usepackage{subfig}
\AtBeginDocument{
\def\labelitemi{\ding{233}}
\def\labelitemii{\ding{219}}
\def\labelitemiii{\normalfont\bfseries{--}}
}
\makeatother
\begin{document}
\thispagestyle{empty}
\begin{tikzpicture}[remember picture, overlay]
\node[inner sep=0pt] at (current page.center) {
\includegraphics[width=\paperwidth,height=\paperheight]{cover}
};
\end{tikzpicture}
\cleardoublepage{}
\frontmatter
\include{copyright}
\include{foreword}
\pagebreak{}
\begingroup\hypersetup{linkcolor=toccolour}
\tableofcontents{}
\pagebreak{}
\listof{algorithm}{List of Algorithms}
\pagebreak{}
\listoffigures
\pagebreak{}
\listoftables
\endgroup
\mainmatter
\begin{minipage}[t]{1\columnwidth}
\part{Refrain}
\bigskip{}
\epigraph{Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.}{Andrew Hunt and David Thomas}
\end{minipage}
\pagebreak{}
\thispagestyle{empty}
\pagebreak{}
\include{ch_01}
\include{ch_02}
\include{ch_03}
\include{ch_04}
\include{ch_05}
\include{ch_06}
\include{ch_07}
\include{ch_08}
\include{ch_09}
\include{ch_10}
\begin{minipage}[t]{1\columnwidth}
\part{Fusion}
\bigskip{}
\epigraph{The worthwhile problems are the ones you can really solve or help solve, the ones you can really contribute something to.}{Richard Phillips Feynman}
\end{minipage}
\include{ch_11}
\include{ch_12}
\include{ch_13}
\include{ch_14}
\include{ch_15}
\include{ch_16}
\begin{minipage}[t]{1\columnwidth}
\part{Catalyst}
\bigskip{}
\epigraph{Humanity needs practical men, who get the most out of their work, and, without forgetting the general good, safeguard their own interests. But humanity also needs dreamers, for whom the disinterested development of an enterprise is so captivating that it becomes impossible for them to devote their care to their own material profit. Without doubt, these dreamers do not deserve wealth, because they do not desire it. Even so, a well-organized society should assure to such workers the efficient means of accomplishing their task, in a life freed from material care and freely consecrated to research.}{Marie Curie-Skłodowska}
\end{minipage}
\include{ch_17}
\include{ch_18}
\include{ch_19}
\include{ch_20}
\renewcommand{\chaptername}{Appendix}
\include{appendix_a}
\include{appendix_b}
\include{appendix_c}
\backmatter
\include{acknowledgements}
\end{document}