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}).
\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$
define the base area of the surface plot. For each parameter
combination of slope and intercept the error is calculated. The

View File

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