Updated graphics pathes
This commit is contained in:
parent
1f367a93fa
commit
5c185a0d90
@ -4,9 +4,6 @@
|
|||||||
|
|
||||||
\setcounter{maxexercise}{10000} % show listings up to exercise maxexercise
|
\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/}{programming/lectures/images/}{spike_trains/lecture/images/}}
|
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\begin{document}
|
\begin{document}
|
||||||
@ -15,28 +12,36 @@
|
|||||||
|
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
|
\graphicspath{{programming/lectures/}{programming/lectures/images/}}
|
||||||
\lstset{inputpath=programming/code}
|
\lstset{inputpath=programming/code}
|
||||||
\include{programming/lectures/programming}
|
\include{programming/lectures/programming}
|
||||||
|
|
||||||
|
\graphicspath{{statistics/lecture/}{statistics/lecture/figures/}}
|
||||||
\lstset{inputpath=statistics/code}
|
\lstset{inputpath=statistics/code}
|
||||||
\include{statistics/lecture/statistics}
|
\include{statistics/lecture/statistics}
|
||||||
|
|
||||||
|
\graphicspath{{bootstrap/lecture/}{bootstrap/lecture/figures/}}
|
||||||
\lstset{inputpath=bootstrap/code}
|
\lstset{inputpath=bootstrap/code}
|
||||||
\include{bootstrap/lecture/bootstrap}
|
\include{bootstrap/lecture/bootstrap}
|
||||||
|
|
||||||
|
\graphicspath{{regression/lecture/}{regression/lecture/figures/}}
|
||||||
\lstset{inputpath=regression/code}
|
\lstset{inputpath=regression/code}
|
||||||
\include{regression/lecture/linear_regression}
|
\include{regression/lecture/linear_regression}
|
||||||
|
|
||||||
|
\graphicspath{{likelihood/lecture/}{likelihood/lecture/figures/}}
|
||||||
\lstset{inputpath=likelihood/code}
|
\lstset{inputpath=likelihood/code}
|
||||||
\include{likelihood/lecture/likelihood}
|
\include{likelihood/lecture/likelihood}
|
||||||
|
|
||||||
|
\graphicspath{{pointprocesses/lecture/}{pointprocesses/lecture/figures/}}
|
||||||
\lstset{inputpath=pointprocesses/code/}
|
\lstset{inputpath=pointprocesses/code/}
|
||||||
\renewcommand{\texinputpath}{pointprocesses/lecture/}
|
\renewcommand{\texinputpath}{pointprocesses/lecture/}
|
||||||
\include{pointprocesses/lecture/pointprocesses}
|
\include{pointprocesses/lecture/pointprocesses}
|
||||||
|
|
||||||
|
\graphicspath{{spike_trains/lecture/images/}}
|
||||||
\lstset{inputpath=spike_trains/code/}
|
\lstset{inputpath=spike_trains/code/}
|
||||||
\include{spike_trains/lecture/psth_sta}
|
\include{spike_trains/lecture/psth_sta}
|
||||||
|
|
||||||
|
\graphicspath{{designpattern/lecture}{designpattern/lecture/figures}}
|
||||||
\lstset{inputpath=designpattern/code/}
|
\lstset{inputpath=designpattern/code/}
|
||||||
\include{designpattern/lecture/designpattern}
|
\include{designpattern/lecture/designpattern}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user