From dfe77306a98cc563f283bd6b6a1038cf3e1e72e8 Mon Sep 17 00:00:00 2001 From: "Robin P. Clark" Date: Tue, 25 Sep 2012 14:21:45 +0100 Subject: [PATCH] CH4 as submitted to J Howse today --- submission_thesis/CH4_FMMD/copy.tex | 9 ++++++--- submission_thesis/Makefile | 5 ++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/submission_thesis/CH4_FMMD/copy.tex b/submission_thesis/CH4_FMMD/copy.tex index ffaa685..b9f21cd 100644 --- a/submission_thesis/CH4_FMMD/copy.tex +++ b/submission_thesis/CH4_FMMD/copy.tex @@ -114,11 +114,13 @@ Once we have the failure mode behaviour of the {\fg}, we can determine its sympt %or the failure modes of the {\dc}. %for the {\fg}. % -We view these symptoms as %derived +We view these symptoms as the %derived failure modes of the {\fg}. % -Or in other words we can determine how the `{\fg}' can fail. -We can now consider the {\fg} as a {\dc} % sort of super component +%Or in other words +That is, we can determine how the {\fg} can fail. +As we now have a set of failure modes for the {\fg} we can treat it as a component. +We can now consider the {\fg} as a `{\dc}' % sort of super component with its own set of failure modes. % % Rather than taking each component failure mode @@ -138,6 +140,7 @@ with its own set of failure modes. % % % We call this a {\dc}. % % +%We term this newly created component as a `{dc}'. %This {\dc} has a set of failure modes: we can thus treat it as a `higher~level' component. % Because a {\dc} has a set of failure modes we can use it in higher level {\fgs} diff --git a/submission_thesis/Makefile b/submission_thesis/Makefile index 0c43bbe..159ab89 100644 --- a/submission_thesis/Makefile +++ b/submission_thesis/Makefile @@ -1,7 +1,7 @@ -all: bib chapters_sub_make thesis +all: bib copy thesis thesis: pdflatex thesis @@ -16,8 +16,7 @@ clean: bib: pdflatex thesis # do this first otherwise bibtex gets its knickers in a twist bibtex thesis - -chapters_sub_make: +copy: echo "chapters submake"; sleep 2 cd CH1_introduction; make copy cd CH2_FMEA; make copy