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
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

View File

@ -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}

View File

@ -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

View File

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

View File

@ -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}