new build and add debugging chapter

This commit is contained in:
Jan Grewe 2016-10-07 19:16:02 +02:00
parent ab6f7c2063
commit 61110fc911
7 changed files with 14 additions and 9 deletions

View File

@ -1,6 +1,6 @@
BASENAME=scientificcomputing-script 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) SUBTEXS=$(foreach subd, $(SUBDIRS), $(subd)/lecture/$(subd).tex)
all : script chapters all : script chapters

View File

@ -8,7 +8,7 @@
% \newcommand{\tr}[2]{#1} % en % \newcommand{\tr}[2]{#1} % en
% \usepackage[english]{babel} % \usepackage[english]{babel}
\newcommand{\tr}[2]{#2} % de \newcommand{\tr}[2]{#2} % de
\usepackage[ngerman]{babel} \usepackage[ngerman, english]{babel}
%%%% encoding %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%% encoding %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}

View File

@ -1,7 +1,7 @@
%!PS-Adobe-2.0 EPSF-2.0 %!PS-Adobe-2.0 EPSF-2.0
%%Title: pointprocessscetchA.tex %%Title: pointprocessscetchA.tex
%%Creator: gnuplot 4.6 patchlevel 4 %%Creator: gnuplot 4.6 patchlevel 4
%%CreationDate: Sat Nov 28 12:01:31 2015 %%CreationDate: Fri Sep 30 10:14:40 2016
%%DocumentFonts: %%DocumentFonts:
%%BoundingBox: 50 50 373 135 %%BoundingBox: 50 50 373 135
%%EndComments %%EndComments
@ -430,10 +430,10 @@ SDict begin [
/Title (pointprocessscetchA.tex) /Title (pointprocessscetchA.tex)
/Subject (gnuplot plot) /Subject (gnuplot plot)
/Creator (gnuplot 4.6 patchlevel 4) /Creator (gnuplot 4.6 patchlevel 4)
/Author (jan) /Author (grewe)
% /Producer (gnuplot) % /Producer (gnuplot)
% /Keywords () % /Keywords ()
/CreationDate (Sat Nov 28 12:01:31 2015) /CreationDate (Fri Sep 30 10:14:40 2016)
/DOCINFO pdfmark /DOCINFO pdfmark
end end
} ifelse } ifelse

View File

@ -1,7 +1,7 @@
%!PS-Adobe-2.0 EPSF-2.0 %!PS-Adobe-2.0 EPSF-2.0
%%Title: pointprocessscetchB.tex %%Title: pointprocessscetchB.tex
%%Creator: gnuplot 4.6 patchlevel 4 %%Creator: gnuplot 4.6 patchlevel 4
%%CreationDate: Sat Nov 28 12:01:32 2015 %%CreationDate: Fri Sep 30 10:14:40 2016
%%DocumentFonts: %%DocumentFonts:
%%BoundingBox: 50 50 373 237 %%BoundingBox: 50 50 373 237
%%EndComments %%EndComments
@ -430,10 +430,10 @@ SDict begin [
/Title (pointprocessscetchB.tex) /Title (pointprocessscetchB.tex)
/Subject (gnuplot plot) /Subject (gnuplot plot)
/Creator (gnuplot 4.6 patchlevel 4) /Creator (gnuplot 4.6 patchlevel 4)
/Author (jan) /Author (grewe)
% /Producer (gnuplot) % /Producer (gnuplot)
% /Keywords () % /Keywords ()
/CreationDate (Sat Nov 28 12:01:32 2015) /CreationDate (Fri Sep 30 10:14:40 2016)
/DOCINFO pdfmark /DOCINFO pdfmark
end end
} ifelse } ifelse

View File

@ -2,7 +2,7 @@
\input{header} \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} \lstset{inputpath=programming/code}
\include{programming/lecture/programming} \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/}} \graphicspath{{plotting/lecture/}{plotting/lecture/images/}}
\lstset{inputpath=plotting/code/} \lstset{inputpath=plotting/code/}
\include{plotting/lecture/plotting} \include{plotting/lecture/plotting}