Merge branch 'master' of dev:/home/robin/git/thesis
Conflicts: fmmd_concept/System_safety_2011/submission.tex
This commit is contained in:
commit
cc7db13460
27
invopamp/Makefile
Normal file
27
invopamp/Makefile
Normal 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
BIN
invopamp/dc1.dia
Normal file
Binary file not shown.
BIN
invopamp/fg1.dia
Normal file
BIN
invopamp/fg1.dia
Normal file
Binary file not shown.
BIN
invopamp/fg1a.dia
Normal file
BIN
invopamp/fg1a.dia
Normal file
Binary file not shown.
BIN
invopamp/fg1b.dia
Normal file
BIN
invopamp/fg1b.dia
Normal file
Binary file not shown.
BIN
invopamp/fgamp.dia
Normal file
BIN
invopamp/fgamp.dia
Normal file
Binary file not shown.
BIN
invopamp/fgampa.dia
Normal file
BIN
invopamp/fgampa.dia
Normal file
Binary file not shown.
BIN
invopamp/fgampb.dia
Normal file
BIN
invopamp/fgampb.dia
Normal file
Binary file not shown.
BIN
invopamp/inv.dia
Normal file
BIN
invopamp/inv.dia
Normal file
Binary file not shown.
BIN
invopamp/noninv.dia
Normal file
BIN
invopamp/noninv.dia
Normal file
Binary file not shown.
BIN
invopamp/noninvampa.dia
Normal file
BIN
invopamp/noninvampa.dia
Normal file
Binary file not shown.
BIN
invopamp/op1.dia
Normal file
BIN
invopamp/op1.dia
Normal file
Binary file not shown.
BIN
invopamp/opamp.dia
Normal file
BIN
invopamp/opamp.dia
Normal file
Binary file not shown.
51
invopamp/paper.tex
Normal file
51
invopamp/paper.tex
Normal 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}
|
Loading…
Reference in New Issue
Block a user