fmmd_data_model skeleton chapter

This commit is contained in:
Robin Clark 2010-11-22 17:24:11 +00:00
parent 63a37e5e9c
commit db00597069
4 changed files with 121 additions and 0 deletions

19
fmmd_data_model/Makefile Normal file
View File

@ -0,0 +1,19 @@
#
paper: paper.tex fmmd_data_model_paper.tex
#latex paper.tex
#dvipdf paper pdflatex cannot use eps ffs
pdflatex paper.tex
cp paper.pdf fmmd_data_model_paper.pdf
okular fmmd_data_model_paper.pdf
# Remove the need for referncing graphics in subdirectories
#
fmmd_data_model_paper.tex: fmmd_data_model.tex paper.tex
cat fmmd_data_model.tex | sed 's/fmmd_data_model\///' > fmmd_data_model_paper.tex
bib:
bibtex paper

View File

@ -0,0 +1,49 @@
\ifthenelse {\boolean{paper}}
{
\abstract{
%% What I have done
%%
%% What I have found
%%
%% Sell it
%%
}
}
{
%%% CHAPTER INTO NEARLT THE SAME AS ABSTRACT
\section{Introduction}
This chapter
%% What I have done
%%
%% What I have found
%%
%and considering some constraints determined from
%the evaluation of the four established methodologies,
%% Sell it
%%
}
\section{Current Static Failure Mode Methodologies}
\ifthenelse {\boolean{paper}}
{
paper
}
{
chapter
}
\vspace{60pt}
\today

41
fmmd_data_model/paper.tex Normal file
View File

@ -0,0 +1,41 @@
\documentclass[a4paper,10pt]{article}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{tikz}
\usepackage{amsfonts,amsmath,amsthm}
\input{../style}
\usepackage{ifthen}
\usepackage{lastpage}
\newboolean{paper}
\setboolean{paper}{true} % boolvar=true or false
%\newtheorem{definition}{Definition:}
\begin{document}
\pagestyle{fancy}
\fancyhf{}
%\renewcommand{\chaptermark}[1]{\markboth{ \emph{#1}}{}}
\fancyhead[LO]{}
\fancyhead[RE]{\leftmark}
%\fancyfoot[LE,RO]{\thepage}
\cfoot{Page \thepage\ of \pageref{LastPage}}
\rfoot{\today}
\lhead{FMMD Data Model}
%\outerhead{{\small\bf Developing a rigorous bottom-up modular static failure mode modelling methodology}}
%\innerfoot{{\small\bf R.P. Clark } }
% numbers at outer edges
\pagenumbering{arabic} % Arabic page numbers hereafter
\author{R.P.Clark}
\title{FMMD Data Model}
\maketitle
\input{fmmd_data_model}
\bibliographystyle{plain}
\bibliography{../vmgbibliography,../mybib}
\today
\end{document}

View File

@ -85,6 +85,10 @@
\chapter {Symptom Extraction Process }
\input{symptom_ex_process/symptom_ex_process}
\typeout{ ---------------- Propositional Logic Diagrams}
\chapter {Propositional Logic Diagrams}
\input{logic_diagram/logic_diagram}
@ -112,6 +116,14 @@
\chapter{A Formal Description of FMMD}
\input{fmmdset/fmmdset}
\typeout{ ---------------- FMMD DATA MODEL }
\chapter {FMMD Data Model }
\input{fmmd_data_model/fmmd_data_model}
\chapter{Modelling Software With FMMD}
\input{sw_model/sw_model}