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}
8 %%% Fonts, uncomment only one option %%%
12 %\usepackage{cmbright} % is computer modern bright for text and specail math fonts!
14 %\usepackage{fouriernc} % is new century schoolbook for text and fourier font for maths!
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
28 \usepackage{fancyheadings
}
32 \usepackage{subfigure
}
35 \usepackage{./Stylefiles/here
}
36 \usepackage[abbr
]{harvard
}
40 \usepackage{./Stylefiles/captionhack
}
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
63 pdfpagemode=
{UseOutlines
}
67 \newcommand\org@hypertarget
{}
68 \let\org@hypertarget
\hypertarget
69 \renewcommand\hypertarget[2]{%
70 \Hy@raisedlink
{\org@hypertarget
{#1}{}}#2%
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
}}
87 \typeout{Dissertation
}
89 %%% To compile only one or some chapters, use the following
91 %\includeonly{chapter_1,chapter_2,chapter_3,chapter_4,appendix_A}
92 %\includeonly{thesis_acknowledgements,chapter_3}
96 %%% Begining of the 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|
}
118 % Enclose the argument in double-vert-bar delimiters:
119 \newcommand{\enVert}[1]{\left\|
#1\right\|
}
122 % Commands used in this document:
123 \newcommand{\diff}{\mathrm{d
}}
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
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
161 %% add the acknowledgements to the table of contents
163 %\addcontentsline{toc}{chapter}{Acknowledgements}
164 %\include{./Acknowledgments/Thesis.Acknowledgements}
168 %%% Customisation of the header and footer for the chapters
169 %\pagestyle{headings}
170 %------------------------------
173 \pagestyle{fancyplain
}
174 \lhead[\thepage]{\fancyplain{\publ}{\rightmark}}
175 \chead[\fancyplain{}{}]{\fancyplain{}{}}
176 \rhead[\fancyplain{}{\leftmark}]{\fancyplain{}{\thepage}}
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
}
189 %\include{appendix_A}
191 %% include the bibliography
192 \renewcommand{\publ}{}
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}
207 \addcontentsline{toc
}{chapter
}{Index
}