~b-ly/+junk/masterThesis

« back to all changes in this revision

Viewing changes to mainMasterThesis.tex

  • Committer: Antoine Pairet
  • Date: 2010-09-05 19:59:30 UTC
  • Revision ID: antoine@pairet.be-20100905195930-ui7b9b596ge1dzhq
bckp pr

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  % PDF         
32
32
  \usepackage{url}
33
33
  \usepackage{hyperref}
34
 
  
 
34
  \usepackage{pdfpages}
 
35
 
35
36
  % Bibliography
36
37
  \usepackage[sorting=none,hyperref=true]{biblatex}
37
38
  \bibliography{msThesis}
77
78
        \addunit{\epB}{e\per Bohr\cubed}
78
79
  %%%%%%%%%%%%%%%%%%%%%%%%%%
79
80
 
80
 
\newcommand\chapNoNum[2]{%
81
 
    \chapter*{#1}%
82
 
    \chaptermark{#1}%
83
 
    \addcontentsline{toc}{chapter}{#1}%
84
 
        }
85
81
  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
86
82
  \newcommand{\hop}[1]{\hat{\mathcal{#1}}       }
87
83
  \newcommand{\ve}[1]{\mathbf{#1}}      
135
131
    colorlinks, linkcolor=black, citecolor=black, urlcolor=black, raiselinks
136
132
    }
137
133
  \makeatother
138
 
 
 
134
      
 
135
  
139
136
  \pagestyle{fancy}
 
137
  \fancyfoot[C]{\bfseries \thepage} % except the center
140
138
  \fancyhead[LE,RO]{}%\slshape \rightmark}
141
139
  \fancyhead[LO,RE]{Chapter \thechapter: \slshape \leftmark}
142
140
  \fancyfoot[C]{\thepage}
143
 
 
144
 
  \renewcommand{\chaptermark}[1]{\markboth{#1}{}} 
145
 
  %\renewcommand{\sectionmark}[1]{\markright{#1}{}}
 
141
  \renewcommand{\chaptermark}[1]{\markboth{#1}{}}
146
142
  \renewcommand{\headrulewidth}{0pt}
 
143
 
147
144
        
148
145
 
149
146
\begin{document}
167
164
  \thispagestyle{empty}
168
165
 
169
166
  \input{forewords}
170
 
  \chapter*{Introduction}
 
167
 
 
168
  \chapter*{Introduction\markboth{Introduction}{}}
171
169
    %\addcontentsline{toc}{chapter}{Introduction}
172
170
    \pagenumbering{arabic}
173
171
    \label{chap:intro}
174
172
    \addstarredchapter{Introduction}
175
173
    \input{intro}
176
174
 
177
 
 
178
175
  \chapter{Theoretical Background}
179
176
    \label{chap:intro}
180
177
    \minitoc
204
201
  \appendix 
205
202
    \chapter{Convergence studies}
206
203
      \label{apdx:convergenceStudies}
207
 
%      \input{apdx_Convergences}
 
204
      \input{apdx_Convergences}
208
205
    
209
206
    \chapter{aPynitio project}
210
207
      \input{apynitio}
211
 
    \chapter{Reported bugs}
212
 
 
 
208
    \addcontentsline{toc}{chapter}{Reported bug}
 
209
    \includepdf[pages=-]{bugStructIn} 
213
210
    \printbibliography[maxnames=9]
214
211
\end{document}