From 61110fc911956e97efdc62fea797feca9a24e237 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Fri, 7 Oct 2016 19:16:02 +0200 Subject: [PATCH] new build and add debugging chapter --- Makefile | 2 +- header.tex | 2 +- .../lecture/pointprocessscetchA.eps | 6 +++--- .../lecture/pointprocessscetchA.pdf | Bin 2765 -> 2769 bytes .../lecture/pointprocessscetchB.eps | 6 +++--- .../lecture/pointprocessscetchB.pdf | Bin 4673 -> 4677 bytes scientificcomputing-script.tex | 7 ++++++- 7 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 78e4a2f..7ded4cf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BASENAME=scientificcomputing-script -SUBDIRS=programming plotting programmingstyle statistics bootstrap regression likelihood pointprocesses designpattern +SUBDIRS=programming debugging plotting programmingstyle statistics bootstrap regression likelihood pointprocesses designpattern SUBTEXS=$(foreach subd, $(SUBDIRS), $(subd)/lecture/$(subd).tex) all : script chapters diff --git a/header.tex b/header.tex index c2b1572..66390a4 100644 --- a/header.tex +++ b/header.tex @@ -8,7 +8,7 @@ % \newcommand{\tr}[2]{#1} % en % \usepackage[english]{babel} \newcommand{\tr}[2]{#2} % de -\usepackage[ngerman]{babel} +\usepackage[ngerman, english]{babel} %%%% encoding %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[T1]{fontenc} diff --git a/pointprocesses/lecture/pointprocessscetchA.eps b/pointprocesses/lecture/pointprocessscetchA.eps index 3b37567..6159193 100644 --- a/pointprocesses/lecture/pointprocessscetchA.eps +++ b/pointprocesses/lecture/pointprocessscetchA.eps @@ -1,7 +1,7 @@ %!PS-Adobe-2.0 EPSF-2.0 %%Title: pointprocessscetchA.tex %%Creator: gnuplot 4.6 patchlevel 4 -%%CreationDate: Sat Nov 28 12:01:31 2015 +%%CreationDate: Fri Sep 30 10:14:40 2016 %%DocumentFonts: %%BoundingBox: 50 50 373 135 %%EndComments @@ -430,10 +430,10 @@ SDict begin [ /Title (pointprocessscetchA.tex) /Subject (gnuplot plot) /Creator (gnuplot 4.6 patchlevel 4) - /Author (jan) + /Author (grewe) % /Producer (gnuplot) % /Keywords () - /CreationDate (Sat Nov 28 12:01:31 2015) + /CreationDate (Fri Sep 30 10:14:40 2016) /DOCINFO pdfmark end } ifelse diff --git a/pointprocesses/lecture/pointprocessscetchA.pdf b/pointprocesses/lecture/pointprocessscetchA.pdf index e77278a7d83e6da5c077855485c5f1e6028b22e8..eb57b5beaf48a74f4f3535f2e74c46253aec7d3f 100644 GIT binary patch delta 378 zcmX>rdQo&kI}@YP<_;!XMj`X0RI?<*R14jtGy@}DL&G$~$qQMfCVynk!Y(B}xr4=2 z*i6^JQrFlZ#L&RX(8S8bK-<7*@&y)E3Adt51>N9O-2#OWV*@J%Lo2YnmBD0Q)+X%c zMPe5go-EI%f?Y~#az5J;*7Ty(^3=^{?A?rJAWMT&3lxkE6kzUAFfuSS)8x|k%};Sj zEJ@XHu>uJgSQ;A`8W@^D-20s)17gbLBu-aG^T{hXPsCc9yBfM0J6W0;x;Ys*S~$C! xxH_9zIvE+bIk`F+I~&^B5L6M%WoO4#T#{H+Qc;we#${w;XvU?g>gw;t1pxGXWu*WB delta 374 zcmca8dRBBpI}@Y9<_;!XMxoSHL$hSl#AMy%l$0c0L&G$K$qQMfCVynk!Y(B}xr4=2 z*c7Nz*T^Eo(8$Wb(8}0Q+rV)01r}9_;KULIUB7(YGKCN$3o8XfE3mwk;bdOcChX=# zViy*kEYGHbT}op%qx(%3yLMPZM^tq$eBj z+F_Rxo;;aX1-q2gj(7@0H;^u6D42UU{uL-y^nogDxJP~Vd?rLP@XyIyTVQFSyn7XVD{XCnXr delta 374 zcmX@Aa!_T%Z%#&o&3`y;8HG|)6VptSjgobfQ&N(24Gq%_CO_nsnw-j=gz>g_VM#6M$@Bo>ua6s4wdnHU=xaH*=g`nz!f09vYPlK=n! diff --git a/scientificcomputing-script.tex b/scientificcomputing-script.tex index b077c7b..61df5a6 100644 --- a/scientificcomputing-script.tex +++ b/scientificcomputing-script.tex @@ -2,7 +2,7 @@ \input{header} -\setcounter{maxexercise}{10000} % show listings up to exercise maxexercise +\setcounter{maxexercise}{0} % show listings up to exercise maxexercise %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -30,7 +30,12 @@ \lstset{inputpath=programming/code} \include{programming/lecture/programming} +\graphicspath{{debugging/lecture/}{debugging/lecture/figures/}} +\lstset{inputpath=debugging/code} +\selectlanguage{english} +\include{programming/lecture/debugging} +\selectlanguage{ngerman} \graphicspath{{plotting/lecture/}{plotting/lecture/images/}} \lstset{inputpath=plotting/code/} \include{plotting/lecture/plotting}