played a little with settings for headstyle - causes strange numbers - check!!
[cluster_expansion_thesis.git] / thesis.tex
blobcc4a8adfab54b2fe8a097ffd6b5ec3d0589c9083
1 %%% For a B5 format, use the following option
2 \documentclass[10pt,makeidx]{phdthesis}
4 %%% For an A4 format, use there options instead
5 %\documentclass[12pt,makeidx]{phdthesis}
6 %\usepackage{a4wide}
8 %%% Fonts, uncomment only one option %%%
9 %\usepackage{utopia}
10 %\usepackage{charter}
11 \usepackage{palatino}
12 %\usepackage{cmbright} % is computer modern bright for text and specail math fonts!
13 %\usepackage{newcent}
14 %\usepackage{fouriernc} % is new century schoolbook for text and fourier font for maths!
15 %\usepackage{newcent}
16 %\usepackage{avant}
17 %\usepackage{pifont}
18 %\usepackage{mathpple}
19 %\usepackage{mathptmx}
22 %%% If you want to use MakeIndex to create automatically
23 % an index, uncomment these lines
24 \usepackage{makeidx} % only with Latex2e
25 \makeindex
27 % Other packages
28 \usepackage{fancyheadings}
29 \usepackage{amsmath}
30 \usepackage{amssymb}
31 \usepackage{epsfig}
32 \usepackage{subfigure}
33 \usepackage{graphics}
34 \usepackage{float}
35 \usepackage{./Stylefiles/here}
36 \usepackage[abbr]{harvard}
37 \usepackage{rotating}
38 \usepackage{multirow}
39 \usepackage{comment}
40 \usepackage{./Stylefiles/captionhack}
41 \usepackage{epigraph}
44 \renewcommand{\thesubfigure}{}
47 % Section and Subsection Title Formatting
48 %\usepackage{titlesec}
49 %\titleformat{\section}{\sf\large\bfseries}{\thesection}{1em}{}
50 %\titleformat{\chapter}{\sf\Large\bfseries}{\thechapter}{1em}{}
51 %\titleformat{\subsection}{\sf\normal\bfseries}{\thesubsection}{1em}{}
53 % things for PDF and hyperref
55 \usepackage[ps2pdf=true,colorlinks]{hyperref}
56 %\usepackage[figure,table]{hypcap} % Correct a problem with hyperref
57 \hypersetup{
58 bookmarksnumbered,
59 pdfstartview={FitH},
60 citecolor={black},
61 linkcolor={black},
62 urlcolor={black},
63 pdfpagemode={UseOutlines}
66 \makeatletter
67 \newcommand\org@hypertarget{}
68 \let\org@hypertarget\hypertarget
69 \renewcommand\hypertarget[2]{%
70 \Hy@raisedlink{\org@hypertarget{#1}{}}#2%
71 } \makeatother
73 %%% General page formatting
74 \renewcommand{\textfraction}{0.01}
75 \renewcommand{\topfraction}{0.99}
76 \renewcommand{\floatpagefraction}{0.99}
77 \renewcommand{\bottomfraction}{0.99}
79 \newenvironment{Abstract}
80 {\begin{center}\textbf{Abstract}%
81 \end{center} \small \it \begin{quote}}
82 {\end{quote}}
85 \pdfcompresslevel=3
87 \typeout{Dissertation}
89 %%% To compile only one or some chapters, use the following
90 % command
91 %\includeonly{chapter_1,chapter_2,chapter_3,chapter_4,appendix_A}
92 %\includeonly{thesis_acknowledgements,chapter_3}
96 %%% Begining of the document
97 \begin{document}
98 %% settings for heading - causes strange output!
99 %\setlength{\headrulewidth}{0.3pt} - check
100 %\setlength{\footrulewidth}{0.0pt} - check
101 %\setlength{\plainfootrulewidth}{0.0pt} - check
102 %\setlength{\plainheadrulewidth}{0pt} - check
103 \renewcommand{\sectionmark}[1]{\markright{\it \thesection.\ #1}}
104 \renewcommand{\chaptermark}[1]{\markboth{
105 \it \thechapter.\ #1}{}}
109 \pagestyle{fancyplain}
110 \pagenumbering{roman}
113 %%% Definition of maths stuff
114 % Enclose the argument in vert-bar delimiters:
115 \newcommand{\envert}[1]{\left|#1\right|}
116 \let\abs=\envert
118 % Enclose the argument in double-vert-bar delimiters:
119 \newcommand{\enVert}[1]{\left\|#1\right\|}
120 \let\norm=\enVert
122 % Commands used in this document:
123 \newcommand{\diff}{\mathrm{d}}
124 \def\i{\mathrm{i}}
125 \def\j{\mathrm{j}}
126 \def\e{\mathrm{e}}
127 % \newcommand{\dfrac}[2]{\displaystyle\frac{#1}{#2}}
128 \let\epsilon=\varepsilon
129 \newcommand{\la}{\langle}
130 \newcommand{\ra}{\rangle}
132 \newcommand{\Emax}{\ensuremath{E_{\mathrm{max}}}}
133 \newcommand{\me}{m_{\mathrm{e}}}
134 \newcommand{\mx}{m_{\mathrm{x}}}
135 \newcommand{\NAv}{N_{\mathrm{Av}}}
137 % Make sure to use an upright Delta for the Laplace operator:
138 \ifx\upDelta\undefined\let\Laplace=\Delta\else\let\Laplace=\upDelta\fi
140 % Use hbar in place of hslash, of the latter is not available:
141 \ifx\hslash\undefined\let\hslash=\hbar\fi
145 %%% \include the `front matter'
146 \include{./Thesis.Cover/cover}
147 %\include{thesis_front}
148 %\include{thesis_dedication}
150 %% create the table of contents
151 \cleardoublepage
152 \lhead[]{\fancyplain{}{\rightmark}}
153 \chead[\fancyplain{}{}]{\fancyplain{}{}}
154 \rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{}}
155 %\rhead[\fancyplain{}{}]{\fancyplain{}{}}
156 %\lhead[\fancyplain{}{}]{\fancyplain{}{}}
157 \pdfbookmark[0]{Contents}{contents} % Sets a PDF bookmark for the contents page
159 %\tableofcontents
161 %% add the acknowledgements to the table of contents
162 \cleardoublepage
163 %\addcontentsline{toc}{chapter}{Acknowledgements}
164 %\include{./Acknowledgments/Thesis.Acknowledgements}
166 \cleardoublepage
168 %%% Customisation of the header and footer for the chapters
169 %\pagestyle{headings}
170 %------------------------------
171 \newcommand{\publ}{}
173 \pagestyle{fancyplain}
174 \lhead[\thepage]{\fancyplain{\publ}{\rightmark}}
175 \chead[\fancyplain{}{}]{\fancyplain{}{}}
176 \rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{\thepage}}
177 \lfoot[]{}
178 \cfoot[]{}
179 \rfoot[]{}
180 %------------------------------
183 %% include the LaTeX files containing the text for each chapters
184 % create the appendix and include it
185 \pagenumbering{arabic}
186 %\include{./General.Theory/DFT/DFT.Introduction}
187 \include{./Ag.Cu-System/Introduction/Ag.Cu.Introduction}
188 \appendix
189 %\include{appendix_A}
191 %% include the bibliography
192 \renewcommand{\publ}{}
193 \cleardoublepage
194 \small
195 \addcontentsline{toc}{chapter}{Bibliography}
196 \bibliography{./Bibliography/Full_Library.bib}
198 %%% options for the bibliography style
200 \bibliographystyle{plain}
201 %\bibliographystyle{newagsm}
202 %\bibliographystyle{mykluwer}
203 %\bibliographystyle{IEEE}
205 % include the index
206 \cleardoublepage
207 \addcontentsline{toc}{chapter}{Index}
208 %\printindex
210 \end{document}