35 lines
1019 B
TeX
35 lines
1019 B
TeX
\documentclass[12pt]{report}
|
|
|
|
\input{header}
|
|
|
|
\setcounter{maxexercise}{10000} % show listings up to exercise maxexercise
|
|
|
|
\graphicspath{{statistics/lecture/}{statistics/lecture/figures/}{bootstrap/lecture/}{bootstrap/lecture/figures/}{likelihood/lecture/}{likelihood/lecture/figures/}{pointprocesses/lecture/}{pointprocesses/lecture/figures/}}
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
|
|
\lstset{inputpath=statistics/code}
|
|
\include{statistics/lecture/statistics}
|
|
|
|
\lstset{inputpath=bootstrap/code}
|
|
\include{bootstrap/lecture/bootstrap}
|
|
|
|
\lstset{inputpath=likelihood/code}
|
|
\include{likelihood/lecture/likelihood}
|
|
|
|
\lstset{inputpath=pointprocesses/code/}
|
|
\renewcommand{\texinputpath}{pointprocesses/lecture/}
|
|
\include{pointprocesses/lecture/pointprocesses}
|
|
|
|
\lstset{inputpath=designpattern/code/}
|
|
\include{designpattern/lecture/designpattern}
|
|
|
|
\end{document}
|