From 5c185a0d90e1d903dca8ab8927b7db7cf5b60039 Mon Sep 17 00:00:00 2001 From: Jan Benda Date: Mon, 2 Nov 2015 10:47:57 +0100 Subject: [PATCH] Updated graphics pathes --- scientificcomputing-script.tex | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/scientificcomputing-script.tex b/scientificcomputing-script.tex index 89af384..8193aca 100644 --- a/scientificcomputing-script.tex +++ b/scientificcomputing-script.tex @@ -4,9 +4,6 @@ \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} @@ -15,28 +12,36 @@ \tableofcontents +\graphicspath{{programming/lectures/}{programming/lectures/images/}} \lstset{inputpath=programming/code} \include{programming/lectures/programming} +\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/linear_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} +\graphicspath{{designpattern/lecture}{designpattern/lecture/figures}} \lstset{inputpath=designpattern/code/} \include{designpattern/lecture/designpattern}