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