Merge branch 'master' of dev:/home/robin/git/thesis

Conflicts:
	fmmd_concept/System_safety_2011/submission.tex
This commit is contained in:
Robin Clark 2011-06-12 14:08:13 +01:00
commit cc7db13460
14 changed files with 78 additions and 0 deletions

27
invopamp/Makefile Normal file
View File

@ -0,0 +1,27 @@
DIA_IMAGES = dc1.png inv.png fg1b.png fgampa.png fgamp.png opamp.png fg1a.png fg1.png fgampb.png op1.png
#
#
#
%.png : %.dia
dia $< -e $@
echo source $< target $@
#graphics: $(DIA_IMAGES)
paper: paper.tex invopamp_paper.tex $(DIA_IMAGES)
#latex paper.tex
#dvipdf paper pdflatex cannot use eps ffs
pdflatex paper.tex
cp paper.pdf invopamp_paper.pdf
okular invopamp_paper.pdf
# Remove the need for referncing graphics in subdirectories
#
invopamp_paper.tex: invopamp.tex paper.tex
cat invopamp.tex | sed 's/invopamp\///' > invopamp_paper.tex
bib:
bibtex paper

BIN
invopamp/dc1.dia Normal file

Binary file not shown.

BIN
invopamp/fg1.dia Normal file

Binary file not shown.

BIN
invopamp/fg1a.dia Normal file

Binary file not shown.

BIN
invopamp/fg1b.dia Normal file

Binary file not shown.

BIN
invopamp/fgamp.dia Normal file

Binary file not shown.

BIN
invopamp/fgampa.dia Normal file

Binary file not shown.

BIN
invopamp/fgampb.dia Normal file

Binary file not shown.

BIN
invopamp/inv.dia Normal file

Binary file not shown.

BIN
invopamp/noninv.dia Normal file

Binary file not shown.

BIN
invopamp/noninvampa.dia Normal file

Binary file not shown.

BIN
invopamp/op1.dia Normal file

Binary file not shown.

BIN
invopamp/opamp.dia Normal file

Binary file not shown.

51
invopamp/paper.tex Normal file
View File

@ -0,0 +1,51 @@
\documentclass[a4paper,10pt]{article}
\usepackage{graphicx}
\usepackage{fancyhdr}
\usepackage{tikz}
\usepackage{amsfonts,amsmath,amsthm}
\usetikzlibrary{shapes.gates.logic.US,trees,positioning,arrows}
\input{../style}
\usepackage{ifthen}
\usepackage{lastpage}
\usetikzlibrary{shapes,snakes}
\newboolean{paper}
\setboolean{paper}{true} % boolvar=true or false
\newboolean{pld}
\setboolean{pld}{false} % boolvar=true or false : draw analysis using propositional logic diagrams
\newboolean{dag}
\setboolean{dag}{true} % boolvar=true or false : draw analysis using directed acylic graphs
\def\layersep{2.5cm}
%\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{Two stage FMMD analysis of an inverting op-amp configuration}
%\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{Two stage FMMD analysis of a an inverting op-amp configuration}
\maketitle
\input{invopamp_paper}
\bibliographystyle{plain}
\bibliography{../vmgbibliography,../mybib}
\today
\end{document}