.
This commit is contained in:
parent
01ae1ae5e1
commit
78bbdb7b34
6
Makefile
6
Makefile
@ -10,3 +10,9 @@ pdf:
|
|||||||
bib:
|
bib:
|
||||||
bibtex thesis
|
bibtex thesis
|
||||||
pdf
|
pdf
|
||||||
|
|
||||||
|
|
||||||
|
puzzle:
|
||||||
|
pdflatex puzzle.tex
|
||||||
|
pdflatex puzzle.tex
|
||||||
|
okular puzzle.pdf
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -4,13 +4,11 @@
|
|||||||
\usepackage{fancyhdr}
|
\usepackage{fancyhdr}
|
||||||
\usepackage{tikz}
|
\usepackage{tikz}
|
||||||
\usepackage{amsfonts,amsmath,amsthm}
|
\usepackage{amsfonts,amsmath,amsthm}
|
||||||
|
|
||||||
\usepackage{ifthen}
|
\usepackage{ifthen}
|
||||||
\newboolean{paper}
|
\newboolean{paper}
|
||||||
\setboolean{paper}{true} % boolvar=true or false
|
\setboolean{paper}{true} % boolvar=true or false
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
\input{../style}
|
\input{../style}
|
||||||
|
|
||||||
%\newtheorem{definition}{Definition:}
|
%\newtheorem{definition}{Definition:}
|
||||||
@ -25,8 +23,12 @@
|
|||||||
\author{R.P.Clark}
|
\author{R.P.Clark}
|
||||||
\title{Milli-Volt Amplifier FMMD analysis}
|
\title{Milli-Volt Amplifier FMMD analysis}
|
||||||
\maketitle
|
\maketitle
|
||||||
|
\typeout{ ---------------- about to include }
|
||||||
|
|
||||||
\input{millivoltamp_paper}
|
\input{millivoltamp_paper}
|
||||||
|
|
||||||
|
\typeout{ ---------------- after include }
|
||||||
|
|
||||||
\bibliographystyle{plain}
|
\bibliographystyle{plain}
|
||||||
\bibliography{../vmgbibliography,../mybib}
|
\bibliography{../vmgbibliography,../mybib}
|
||||||
|
|
||||||
|
@ -169,6 +169,13 @@
|
|||||||
year = "2003"
|
year = "2003"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@MISC{en60730,
|
||||||
|
author = "E N Standard",
|
||||||
|
title = "Automatic Electrical controls for household and similar use",
|
||||||
|
howpublished = "EN298",
|
||||||
|
year = "1994"
|
||||||
|
}
|
||||||
|
|
||||||
@MISC{en61508,
|
@MISC{en61508,
|
||||||
author = "E N Standard",
|
author = "E N Standard",
|
||||||
title = "Functional safety of electrical/electronic/programmable electronic safety related systems",
|
title = "Functional safety of electrical/electronic/programmable electronic safety related systems",
|
||||||
|
Loading…
Reference in New Issue
Block a user