standardized figures/ path

This commit is contained in:
Jan Benda 2019-12-06 22:53:51 +01:00
parent adb8e3fb1c
commit 577c0804c7
27 changed files with 7 additions and 7 deletions

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 47 KiB

After

Width:  |  Height:  |  Size: 47 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

Before

Width:  |  Height:  |  Size: 8.8 KiB

After

Width:  |  Height:  |  Size: 8.8 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 266 KiB

After

Width:  |  Height:  |  Size: 266 KiB

View File

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 44 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 5.8 KiB

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -151,7 +151,7 @@ third dimension is used to indicate the error value
(\figref{errorsurfacefig}). (\figref{errorsurfacefig}).
\begin{figure}[t] \begin{figure}[t]
\includegraphics[width=0.75\columnwidth]{error_surface.pdf} \includegraphics[width=0.75\columnwidth]{error_surface}
\titlecaption{Error surface.}{The two model parameters $m$ and $b$ \titlecaption{Error surface.}{The two model parameters $m$ and $b$
define the base area of the surface plot. For each parameter define the base area of the surface plot. For each parameter
combination of slope and intercept the error is calculated. The combination of slope and intercept the error is calculated. The

View File

@ -35,7 +35,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Programming basics} \part{Programming basics}
\graphicspath{{programming/lecture/}{programming/images/}} \graphicspath{{programming/lecture/}}
\setcodepath{programming/code} \setcodepath{programming/code}
\include{programming/lecture/programming} \include{programming/lecture/programming}
@ -43,7 +43,7 @@
\setcodepath{debugging/code} \setcodepath{debugging/code}
\include{debugging/lecture/debugging} \include{debugging/lecture/debugging}
\graphicspath{{plotting/lecture/}{plotting/lecture/images/}} \graphicspath{{plotting/lecture/}{plotting/lecture/figures/}}
\setcodepath{plotting/code} \setcodepath{plotting/code}
\include{plotting/lecture/plotting} \include{plotting/lecture/plotting}
@ -51,7 +51,7 @@
\setcodepath{programmingstyle/code} \setcodepath{programmingstyle/code}
\include{programmingstyle/lecture/programmingstyle} \include{programmingstyle/lecture/programmingstyle}
\graphicspath{{designpattern/lecture/}{designpattern/lecture/figures/}} \graphicspath{{designpattern/lecture/}}
\setcodepath{designpattern/code} \setcodepath{designpattern/code}
\include{designpattern/lecture/designpattern} \include{designpattern/lecture/designpattern}
@ -59,7 +59,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\part{Data analysis} \part{Data analysis}
\graphicspath{{statistics/lecture/}{statistics/lecture/figures/}} \graphicspath{{statistics/lecture/}}
\setcodepath{statistics/code} \setcodepath{statistics/code}
\include{statistics/lecture/statistics} \include{statistics/lecture/statistics}
@ -75,11 +75,11 @@
% add chapter on nonlinear fitting (methods, initial values, local minima) % add chapter on nonlinear fitting (methods, initial values, local minima)
\graphicspath{{likelihood/lecture/}{likelihood/lecture/figures/}} \graphicspath{{likelihood/lecture/}}
\setcodepath{likelihood/code} \setcodepath{likelihood/code}
\include{likelihood/lecture/likelihood} \include{likelihood/lecture/likelihood}
\graphicspath{{pointprocesses/lecture/}{pointprocesses/lecture/figures/}} \graphicspath{{pointprocesses/lecture/}}
\setcodepath{pointprocesses/code} \setcodepath{pointprocesses/code}
\renewcommand{\texinputpath}{pointprocesses/lecture/} \renewcommand{\texinputpath}{pointprocesses/lecture/}
\include{pointprocesses/lecture/pointprocesses} \include{pointprocesses/lecture/pointprocesses}