sending this to work to look at during lunch

This commit is contained in:
Robin 2010-03-22 21:15:46 +00:00
parent ab63035222
commit 0fdd4ed67c
4 changed files with 44 additions and 0 deletions

17
pt100/Makefile Normal file
View File

@ -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

27
pt100/paper.tex Normal file
View File

@ -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}

BIN
pt100/stat_single.dia Normal file

Binary file not shown.

BIN
pt100/stat_single.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB