doc-src/isac/jrocnik/bakkarbeit_jrocnik.tex
changeset 42374 12c1c82fdcb4
parent 42371 27f197861829
child 42379 394bae3853f5
     1.1 --- a/doc-src/isac/jrocnik/bakkarbeit_jrocnik.tex	Sat Feb 18 15:12:19 2012 +0100
     1.2 +++ b/doc-src/isac/jrocnik/bakkarbeit_jrocnik.tex	Sun Feb 19 17:04:43 2012 +0100
     1.3 @@ -41,6 +41,17 @@
     1.4  
     1.5  \newcommand{\HRule}{\rule{\linewidth}{0.2mm}}
     1.6  
     1.7 +%start new even page
     1.8 +\usepackage{ifthen}
     1.9 +\newcommand{\newevenside}{
    1.10 +        \ifthenelse{\isodd{\thepage}}{\newpage}{
    1.11 +        \newpage
    1.12 +        \phantom{placeholder} % doesn't appear on page
    1.13 +        \thispagestyle{empty} % if want no header/footer
    1.14 +        \newpage
    1.15 +        }
    1.16 +}
    1.17 +
    1.18  %----------// BEGIN DOCUMENT \\----------%
    1.19  
    1.20  \begin{document}
    1.21 @@ -69,10 +80,12 @@
    1.22  
    1.23  %----------// EMPTY PAGE \\----------%4
    1.24  
    1.25 -\thispagestyle{empty}\mbox{}\newpage
    1.26 +%the following command was replaced by \newevenside
    1.27 +%\thispagestyle{empty}\mbox{}\newpage
    1.28  
    1.29  %----------// ABSTRACT \\----------%5
    1.30  
    1.31 +\newevenside
    1.32  \begin{abstract}
    1.33  The Baccalaureate Thesis creates interactive course material for Signal Processing (SP) based on the experimental educational math assistant Isabelle/{\sisac} ({\em Isa}belle for Transparent {\em C}alculations in Applied Mathematics).
    1.34  \par The content of the course material is defined together with the Signal Processing and Speech Communication Laboratory (SPSC Lab) of Graz University of Technology (TUG). The content is planned to be used in specific lectures and labs of the SPSC and thus is thoroughly concerned with underlying mathematical and physical theory.
    1.35 @@ -88,10 +101,13 @@
    1.36  
    1.37  %----------// EMPTY PAGE \\----------%6
    1.38  
    1.39 -\thispagestyle{empty}\mbox{}\newpage
    1.40 +%the following command was replaced by \newevenside
    1.41 +%\thispagestyle{empty}\mbox{}\newpage
    1.42  
    1.43  %----------// T O C \\----------%7
    1.44  
    1.45 +\newevenside
    1.46 +
    1.47  \pagenumbering{Roman}
    1.48  %This thesis is structured into a fundamental part introducing the motivation, the basic notions concerning the thesis aswell as the {\sisac{}} project and describing the mathematic base. Further a automatically generated practical part representing the work on {\sisac{}} which can be extended.
    1.49  \tableofcontents
    1.50 @@ -101,6 +117,8 @@
    1.51  
    1.52  %----------// PART-1 \\----------%
    1.53  
    1.54 +\newevenside
    1.55 +
    1.56  \part{Project Fundamentals}
    1.57  
    1.58  \section{Introduction}
    1.59 @@ -450,6 +468,8 @@
    1.60  
    1.61  %----------// PART 2 \\----------%
    1.62  
    1.63 +\newevenside
    1.64 +
    1.65  \part{Implementation}
    1.66  
    1.67