diff --git a/pt100/Makefile b/pt100/Makefile new file mode 100644 index 0000000..5e26a12 --- /dev/null +++ b/pt100/Makefile @@ -0,0 +1,17 @@ + +# +# Make the propositional logic diagram a paper +# + + +paper: paper.tex pt100_paper.tex + #latex paper.tex + #dvipdf paper pdflatex cannot use eps ffs + pdflatex paper.tex + okular paper.pdf + + +# Remove the need for referncing graphics in subdirectories +# +pt100_paper.tex: pt100.tex + cat pt100.tex | sed 's/pt100\///' > pt100_paper.tex diff --git a/pt100/paper.tex b/pt100/paper.tex new file mode 100644 index 0000000..0aeae77 --- /dev/null +++ b/pt100/paper.tex @@ -0,0 +1,27 @@ + +\documentclass[a4paper,10pt]{article} +\usepackage{graphicx} +\usepackage{fancyhdr} +\usepackage{tikz} +\usepackage{amsfonts,amsmath,amsthm} +\input{../style} + +%\newtheorem{definition}{Definition:} + +\begin{document} +\pagestyle{fancy} + +\outerhead{{\small\bf PT100 FMMD analysis}} +%\innerfoot{{\small\bf R.P. Clark } } + % numbers at outer edges +\pagenumbering{arabic} % Arabic page numbers hereafter +\author{R.P.Clark} +\title{PT100 FMMD analysis} +\maketitle +\input{pt100_paper} + +\bibliographystyle{plain} +\bibliography{vmgbibliography,mybib} + +\today +\end{document} diff --git a/pt100/stat_single.dia b/pt100/stat_single.dia new file mode 100644 index 0000000..43f3a55 Binary files /dev/null and b/pt100/stat_single.dia differ diff --git a/pt100/stat_single.jpg b/pt100/stat_single.jpg new file mode 100644 index 0000000..152ded6 Binary files /dev/null and b/pt100/stat_single.jpg differ