Headers using fancy definitions directly

This commit is contained in:
Robin 2010-01-09 11:20:47 +00:00
parent 6a7e174425
commit aa49bda62b

View File

@ -3,8 +3,8 @@
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{fancyhdr} \usepackage{fancyhdr}
\usepackage{tikz} \usepackage{tikz}
\usepackage{amsfonts,amsmath} \usepackage{amsfonts,amsmath,amsthm}
\input{style}
\begin{document} \begin{document}
\pagestyle{fancy} \pagestyle{fancy}
@ -13,17 +13,17 @@
\clearpage \clearpage
\outerhead{{\small\bf Failure Mode Modular De-Composition}} \rhead{{\small\bf Failure Mode Modular De-Composition}}
\innerfoot{{\small\bf PhD Thesis : R.P. Clark } } \rfoot{{\small\bf PhD Thesis : R.P. Clark } }
% Contents % Contents
% -------- % --------
\pagenumbering{roman} % Lower case roman page numbers \pagenumbering{roman} % Lower case roman page numbers
\middlefoot{Page \thepage} % Contents page numbers centred \cfoot{Page \thepage} % Contents page numbers centred
\clearpage \clearpage
\input{colophon/colophon} %\input{colophon/colophon}
\clearpage \clearpage
\tableofcontents \tableofcontents
@ -37,7 +37,7 @@
% --------- % ---------
% %
\middlefoot{ } \outerfoot{{Page \bf\thepage}} % Body of manual has bolded page %\middlefoot{ } \outerfoot{{Page \bf\thepage}} % Body of manual has bolded page
% numbers at outer edges % numbers at outer edges
\pagenumbering{arabic} % Arabic page numbers hereafter \pagenumbering{arabic} % Arabic page numbers hereafter
@ -58,7 +58,7 @@
\typeout{ ---------------- Propositional Logic Diagrams} \typeout{ ---------------- Propositional Logic Diagrams}
\chapter {Propositional Logic Diagrams} \chapter {Propositional Logic Diagrams}
%\input{logic_diagram/logic_diagram} \input{logic_diagram/logic_diagram}
\typeout{ ---------------- Electronic Components as PLDs} \typeout{ ---------------- Electronic Components as PLDs}
\chapter {Electronic Components as PLDs} \chapter {Electronic Components as PLDs}
@ -114,8 +114,6 @@ Software documentation for fmmd tool.
\chapter{Conclusion} \chapter{Conclusion}
%\input{conclusion/conclusion} %\input{conclusion/conclusion}
\clearpage
\small \small
\bibliographystyle{abbrv} \bibliographystyle{abbrv}
\bibliography{vmgbibliography,mybib} \bibliography{vmgbibliography,mybib}