new build and add debugging chapter
This commit is contained in:
parent
ab6f7c2063
commit
61110fc911
2
Makefile
2
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
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
Binary file not shown.
@ -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
|
||||
|
Binary file not shown.
@ -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}
|
||||
|
Reference in New Issue
Block a user