60 lines
1.8 KiB
TeX
60 lines
1.8 KiB
TeX
\documentclass[12pt]{book}
|
|
|
|
\input{header}
|
|
|
|
\setcounter{maxexercise}{10000} % show listings up to exercise maxexercise
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\part{Grundlagen des Programmierens}
|
|
|
|
\graphicspath{{programming/lectures/}{programming/lectures/images/}}
|
|
\lstset{inputpath=programming/code}
|
|
\include{programming/lectures/programming}
|
|
|
|
\chapter{Graphische Darstellung}
|
|
|
|
\graphicspath{{designpattern/lecture}{designpattern/lecture/figures}}
|
|
\lstset{inputpath=designpattern/code/}
|
|
\include{designpattern/lecture/designpattern}
|
|
|
|
\chapter{Cheat-Sheet}
|
|
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\part{Grundlagen der Datenanalyse}
|
|
|
|
\graphicspath{{statistics/lecture/}{statistics/lecture/figures/}}
|
|
\lstset{inputpath=statistics/code}
|
|
\include{statistics/lecture/statistics}
|
|
|
|
\graphicspath{{bootstrap/lecture/}{bootstrap/lecture/figures/}}
|
|
\lstset{inputpath=bootstrap/code}
|
|
\include{bootstrap/lecture/bootstrap}
|
|
|
|
\graphicspath{{regression/lecture/}{regression/lecture/figures/}}
|
|
\lstset{inputpath=regression/code}
|
|
\include{regression/lecture/regression}
|
|
|
|
\graphicspath{{likelihood/lecture/}{likelihood/lecture/figures/}}
|
|
\lstset{inputpath=likelihood/code}
|
|
\include{likelihood/lecture/likelihood}
|
|
|
|
\graphicspath{{pointprocesses/lecture/}{pointprocesses/lecture/figures/}}
|
|
\lstset{inputpath=pointprocesses/code/}
|
|
\renewcommand{\texinputpath}{pointprocesses/lecture/}
|
|
\include{pointprocesses/lecture/pointprocesses}
|
|
|
|
\graphicspath{{spike_trains/lecture/images/}}
|
|
\lstset{inputpath=spike_trains/code/}
|
|
\include{spike_trains/lecture/psth_sta}
|
|
|
|
\end{document}
|