As submitted for binding after minor corrections approved
This commit is contained in:
parent
56e1747512
commit
b9f553e47f
@ -7,12 +7,12 @@ dropbox:
|
||||
pdflatex thesis
|
||||
makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls
|
||||
cp thesis.pdf /home/robin/Dropbox/Robin_PhD_folder/thesis
|
||||
acroread thesis.pdf || evince thesis.pdf
|
||||
evince thesis.pdf || acroread thesis.pdf || evince thesis.pdf
|
||||
|
||||
thesis:
|
||||
pdflatex thesis
|
||||
makeindex thesis.glo -s thesis.ist -t thesis.glg -o thesis.gls
|
||||
acroread thesis.pdf || evince thesis.pdf
|
||||
evince thesis.pdf || acroread thesis.pdf || evince thesis.pdf
|
||||
|
||||
clean:
|
||||
rm thesis.pdf
|
||||
|
@ -1,5 +1,7 @@
|
||||
|
||||
\documentclass[a4paper,10pt,oneside]{book}
|
||||
%\documentclass[a4paper,10pt,twoside,openright,BCOR=4cm]{book}
|
||||
\documentclass[a4paper,10pt,twoside,openright]{book}
|
||||
%\documentclass[a4paper,10pt,twoside]{book}
|
||||
\usepackage{graphicx}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{multirow}
|
||||
@ -31,7 +33,10 @@
|
||||
%\begin{document}
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\usepackage[left=4.0cm,right=1.5cm,top=1in,bottom=1in]{geometry}
|
||||
%\usepackage[left=4.0cm,right=1.5cm,top=1in,bottom=1in]{geometry}
|
||||
%\setlength{\oddsidemargin}{10mm}
|
||||
%\setlength{\evensidemargin}{10mm}
|
||||
\usepackage[inner=2.0cm,outer=4.0cm,bottom=1in,top=1in]{geometry}
|
||||
|
||||
\newcommand{\chappap}{chapter}
|
||||
|
||||
|
@ -10,41 +10,28 @@
|
||||
|
||||
\vspace{2.15in}
|
||||
|
||||
{
|
||||
\bf A methodology for the modularisation of Failure Mode Effects Analysis.
|
||||
}
|
||||
|
||||
%\rule{380pt}{1pt}
|
||||
|
||||
%\vbox
|
||||
%{
|
||||
%Modularising FMEA has benefits of rigor, re-usability of analysis
|
||||
%and the integration of hardware and software in failure effects modelling.
|
||||
%%}
|
||||
{\LARGE \bf
|
||||
R.P. Clark
|
||||
}
|
||||
|
||||
%
|
||||
\rule{380pt}{1pt}
|
||||
%\rule{380pt}{1pt}
|
||||
|
||||
|
||||
\vspace{1.15in}
|
||||
|
||||
{\LARGE \bf University of Brighton }
|
||||
|
||||
\vspace{0.3in}
|
||||
\rule{120pt}{1pt}
|
||||
\vspace{0.1in}
|
||||
|
||||
{\bf Ph.D Thesis}
|
||||
|
||||
\vspace{0.1in}
|
||||
\rule{120pt}{1pt}
|
||||
\vspace{0.3in}
|
||||
|
||||
\vspace{1.0in}
|
||||
|
||||
|
||||
{\large Author : R.P. Clark - \today }
|
||||
\vspace{2.15in}
|
||||
|
||||
\rule{380pt}{1pt}
|
||||
|
||||
{\LARGE \bf
|
||||
A thesis submitted in partial fulfilment of the requirements
|
||||
for the University of Brighton for the degree of Doctor of Philosophy. }
|
||||
|
||||
|
||||
\rule{380pt}{1pt}
|
||||
|
||||
\vspace{1.8in}
|
||||
{\LARGE \bf September 2013 } %\today }
|
||||
\end{center}
|
||||
|
||||
%\vspace{1.0in}
|
||||
|
Loading…
Reference in New Issue
Block a user