<HTML>
<HEAD>
<TITLE>Re: [Paraview] Translating and distributing the SC08 tutorial handouts?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>OK. &nbsp;I&#8217;ll try to remember to include that package from now on.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 6/23/09 5:07 PM, &quot;Ricardo Reis&quot; &lt;<a href="rreis@aero.ist.utl.pt">rreis@aero.ist.utl.pt</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>On Tue, 23 Jun 2009, Moreland, Kenneth wrote:<BR>
<BR>
&gt; If you run &quot;make pdf&quot;, it will use pdflatex to create pdf's directly.<BR>
&gt; If you run &quot;make safepdf&quot;, it will create a dvi file using latex and<BR>
&gt; then derive a pdf file from that. &nbsp;Although I perform just using<BR>
&gt; pdflatex directly, the latter method is there because some publishers<BR>
&gt; prefer that method and some LaTeX packages do not work well with<BR>
&gt; pdflatex.<BR>
<BR>
sorry, I was to hasty, I've noticed it myself a few minutes later<BR>
<BR>
I have a debian system with texlive<BR>
<BR>
The only problem I found was the absence [from debian/texlive] of<BR>
picins.sty<BR>
<BR>
I've attached the file because someone else could face the same problem.<BR>
I've just added the file to the make directory and it runned fine.<BR>
<BR>
thanks,<BR>
<BR>
<BR>
&nbsp;&nbsp;Ricardo Reis<BR>
<BR>
&nbsp;&nbsp;'Non Serviam'<BR>
<BR>
&nbsp;&nbsp;PhD candidate @ Lasef<BR>
&nbsp;&nbsp;Computational Fluid Dynamics, High Performance Computing, Turbulence<BR>
&nbsp;&nbsp;<a href="http://www.lasef.ist.utl.pt">http://www.lasef.ist.utl.pt</a><BR>
<BR>
&nbsp;&nbsp;&amp;<BR>
<BR>
&nbsp;&nbsp;Cultural Instigator @ R&aacute;dio Zero<BR>
&nbsp;&nbsp;<a href="http://www.radiozero.pt">http://www.radiozero.pt</a><BR>
<BR>
&nbsp;&nbsp;<a href="http://www.flickr.com/photos/rreis/">http://www.flickr.com/photos/rreis/</a> <BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>%&nbsp;PICINS.STY --- Style File zum Einbinden von Bildern<BR>
%&nbsp;Autor:&nbsp;J. Bleser, E. Lang<BR>
%&nbsp;Hochschulrechenzentrum<BR>
%&nbsp;Technische Hochschule Darmstadt<BR>
%&nbsp;!!! &nbsp;Dieses Style-File ist urheberrechtlich geschuetzt&nbsp;!!!<BR>
%&nbsp;!!! &nbsp;Aenderungen nur mit Zustimmung der Autoren &nbsp;!!!<BR>
\message{Option `picins' Version 3.0 &nbsp;Sep. 1992, TH Darmstadt/HRZ}<BR>
\newbox\@BILD%<BR>
\newbox\@TEXT%<BR>
\newdimen\d@breite%<BR>
\newdimen\d@hoehe%<BR>
\newdimen\d@xoff%<BR>
\newdimen\d@yoff%<BR>
\newdimen\d@shad%<BR>
\newdimen\d@dash%<BR>
\newdimen\d@boxl%<BR>
\newdimen\d@pichskip%<BR>
\newdimen\d@tmp<BR>
\newdimen\d@tmpa<BR>
\newdimen\d@bskip<BR>
\newdimen\hsiz@%<BR>
\newdimen\p@getot@l%<BR>
\newcount\c@breite<BR>
\newcount\c@hoehe<BR>
\newcount\c@xoff<BR>
\newcount\c@yoff<BR>
\newcount\c@pos<BR>
\newcount\c@shad<BR>
\newcount\c@dash<BR>
\newcount\c@boxl<BR>
\newcount\c@zeilen%<BR>
\newcount\@changemode%<BR>
\newcount\c@piccaption%<BR>
\newcount\c@piccaptionpos%<BR>
\newcount\c@picpos<BR>
\newcount\c@whole%<BR>
\newcount\c@half%<BR>
\newcount\c@tmp<BR>
\newcount\c@tmpa<BR>
\newcount\c@tmpb<BR>
\newcount\c@tmpc<BR>
\newcount\c@tmpd<BR>
\newskip\d@leftskip<BR>
\newif\if@list \@listfalse%<BR>
\newif\if@offset%<BR>
<BR>
<BR>
\c@piccaptionpos=1%<BR>
\c@picpos=0<BR>
\d@shad=4pt%<BR>
\d@dash=4pt%<BR>
\d@boxl=10pt%<BR>
\d@pichskip=1em%<BR>
\@changemode=0%<BR>
\def\@captype{figure}%<BR>
\let\old@par=\par%<BR>
<BR>
\def\pichskip#1{\d@pichskip #1\relax}<BR>
<BR>
<BR>
\def\shadowthickness#1{\d@shad #1\relax}<BR>
<BR>
<BR>
\def\dashlength#1{\d@dash #1\relax}<BR>
<BR>
<BR>
\def\boxlength#1{\d@boxl #1\relax}<BR>
<BR>
<BR>
\def\picchangemode{\@changemode=1}%<BR>
\def\nopicchangemode{\@changemode=0}%<BR>
<BR>
<BR>
\def\piccaptionoutside{\c@piccaptionpos=1}%<BR>
\def\piccaptioninside{\c@piccaptionpos=2}%<BR>
\def\piccaptionside{\c@piccaptionpos=3}%<BR>
\def\piccaptiontopside{\c@piccaptionpos=4}%<BR>
<BR>
\def\piccaption{\@ifnextchar [{\@piccaption}{\@piccaption[]}}<BR>
\def\@piccaption[#1]#2{\c@piccaption=1\def\sh@rtf@rm{#1}\def\capti@nt@xt{#2}}<BR>
\def\make@piccaption{%<BR>
&nbsp;\hsiz@\d@breite%<BR>
&nbsp;\ifnum\c@piccaptionpos=2%<BR>
&nbsp;&nbsp;&nbsp;\advance\hsiz@ -2\fboxsep%<BR>
&nbsp;\fi%<BR>
&nbsp;\ifnum\c@piccaptionpos&gt;2%<BR>
&nbsp;&nbsp;&nbsp;\hsiz@\hsize\advance\hsiz@-\d@breite\advance\hsiz@-\d@pichskip%<BR>
&nbsp;\fi%<BR>
&nbsp;\setbox\@TEXT=\vbox{\hsize\hsiz@\caption[\sh@rtf@rm]{\capti@nt@xt}}%<BR>
}<BR>
<BR>
<BR>
<BR>
\def\newcaption{\refstepcounter\@captype\@dblarg{\@newcaption\@captype}}<BR>
\long\def\@newcaption#1[#2]#3{%<BR>
&nbsp;&nbsp;\old@par%<BR>
&nbsp;&nbsp;\addcontentsline{\csname ext@#1\endcsname }{#1}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;{\protect\numberline{\csname the#1\endcsname}{\ignorespaces #2}}<BR>
&nbsp;&nbsp;\begingroup\@parboxrestore\normalsize%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\@newmakecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\old@par%<BR>
&nbsp;&nbsp;\endgroup%<BR>
}<BR>
\long\def\@newmakecaption#1#2{%<BR>
&nbsp;&nbsp;\vskip 10pt%<BR>
&nbsp;&nbsp;\setbox\@tempboxa \hbox {#1: #2}%<BR>
&nbsp;&nbsp;\ifdim \wd\@tempboxa &gt;\hsize%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\setbox0=\hbox{#1: }\dimen0=\hsize\advance\dimen0 by-\wd0<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\setbox1=\vtop{\hsize=\dimen0 #2}<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\hbox{\box0 \box1}<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\par<BR>
&nbsp;&nbsp;\else \hbox to\hsize {\hfil \box \@tempboxa \hfil}<BR>
&nbsp;&nbsp;\fi<BR>
}<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
\def\parpic{%<BR>
&nbsp;&nbsp;\@ifnextchar ({\iparpic}{\iparpic(0pt,0pt)}<BR>
}<BR>
\def\iparpic(#1,#2){%<BR>
&nbsp;&nbsp;\@ifnextchar ({\@offsettrue\iiparpic(#1,#2)}%<BR>
&nbsp;&nbsp;{\@offsetfalse\iiparpic(#1,#2)(0pt,0pt)}<BR>
}<BR>
\def\iiparpic(#1,#2)(#3,#4){%<BR>
&nbsp;&nbsp;\@ifnextchar [{\iiiparpic(#1,#2)(#3,#4)}{\iiiparpic(#1,#2)(#3,#4)[l]}<BR>
}<BR>
\def\iiiparpic(#1,#2)(#3,#4)[#5]{%<BR>
&nbsp;&nbsp;\@ifnextchar [{\ivparpic(#1,#2)(#3,#4)[#5]}{\ivparpic(#1,#2)(#3,#4)[#5][]}<BR>
}<BR>
\def\ivparpic(#1,#2)(#3,#4)[#5][#6]#7{%<BR>
&nbsp;\let\par=\old@par\par%<BR>
&nbsp;\hangindent0pt\hangafter1%<BR>
&nbsp;\setbox\@BILD=\hbox{#7}%<BR>
&nbsp;\d@breite=#1\d@breite=\the\d@breite%<BR>
&nbsp;\ifdim\d@breite=0pt\d@breite=\wd\@BILD\fi%<BR>
&nbsp;\c@breite=\d@breite\divide\c@breite by65536%<BR>
&nbsp;\multiply\c@piccaption\c@piccaptionpos%<BR>
&nbsp;\d@hoehe=#2\d@hoehe=\the\d@hoehe%<BR>
&nbsp;\ifdim\d@hoehe=0pt\d@hoehe=\ht\@BILD\advance\d@hoehe by\dp\@BILD\fi%<BR>
&nbsp;\c@hoehe=\d@hoehe\divide\c@hoehe by65536%<BR>
&nbsp;\d@xoff=#3\c@xoff=\d@xoff\divide\c@xoff by65536%<BR>
&nbsp;\d@yoff=\d@hoehe%<BR>
&nbsp;\advance\d@yoff by-#4\c@yoff=\d@yoff\divide\c@yoff by65536%<BR>
&nbsp;\c@pos=1\unitlength1pt%<BR>
&nbsp;\if@offset%<BR>
&nbsp;&nbsp;&nbsp;\setbox\@BILD=\hbox{%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\begin{picture}(\c@breite,\c@hoehe)%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\put(0,0){\makebox(\c@breite,\c@hoehe){}}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@xoff,\c@yoff){\box\@BILD}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\end{picture}%<BR>
&nbsp;&nbsp;&nbsp;}%<BR>
&nbsp;\else%<BR>
&nbsp;&nbsp;&nbsp;\setbox\@BILD=\hbox{%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\begin{picture}(\c@breite,\c@hoehe)%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\put(0,0){\makebox(\c@breite,\c@hoehe)[#6]{\box\@BILD}}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\end{picture}%<BR>
&nbsp;&nbsp;&nbsp;}%<BR>
&nbsp;\fi%<BR>
&nbsp;\ifnum\c@piccaption=2%<BR>
&nbsp;&nbsp;&nbsp;\make@piccaption%<BR>
&nbsp;&nbsp;&nbsp;\advance\d@hoehe\ht\@TEXT\advance\d@hoehe\dp\@TEXT%<BR>
&nbsp;&nbsp;&nbsp;\c@hoehe=\d@hoehe\divide\c@hoehe by65536%<BR>
&nbsp;&nbsp;&nbsp;\setbox\@BILD=\vbox{\box\@BILD\vspace{-5pt}%<BR>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\hbox{\hspace{\fboxsep}\box\@TEXT}%<BR>
&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\vspace{4pt}}%<BR>
&nbsp;\fi%<BR>
&nbsp;\@tfor\@tempa := #5\do{%<BR>
&nbsp;&nbsp;&nbsp;\if\@tempa f\setbox\@BILD=\hbox{\Rahmen(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;\if\@tempa s\setbox\@BILD=\hbox{\Schatten(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;\if\@tempa o\setbox\@BILD=\hbox{\Oval(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;\if\@tempa d\setbox\@BILD=\hbox{\Strich(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;\if\@tempa x\setbox\@BILD=\hbox{\Kasten(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;\if\@tempa l\c@pos=1\fi%<BR>
&nbsp;&nbsp;&nbsp;\if\@tempa r\c@pos=2\fi%<BR>
&nbsp;}%<BR>
&nbsp;\ifnum\c@piccaption=1%<BR>
&nbsp;&nbsp;&nbsp;\make@piccaption%<BR>
&nbsp;&nbsp;&nbsp;\advance\d@hoehe\ht\@TEXT\advance\d@hoehe\dp\@TEXT%<BR>
&nbsp;&nbsp;&nbsp;\c@hoehe=\d@hoehe\divide\c@hoehe by65536%<BR>
&nbsp;&nbsp;&nbsp;\setbox\@BILD=\vbox{\box\@BILD\vspace{-5pt}\hbox{\box\@TEXT}\vspace{4pt}}%<BR>
&nbsp;\fi%<BR>
&nbsp;\ifodd\count0\c@picpos=0\else\c@picpos=\@changemode\fi%<BR>
&nbsp;\pagetotal=\the\pagetotal%<BR>
&nbsp;\d@tmp=\pagegoal\advance\d@tmp by-\pagetotal\advance\d@tmp by-\baselineskip%<BR>
&nbsp;\ifdim\d@hoehe&gt;\d@tmp%<BR>
&nbsp;&nbsp;&nbsp;\vskip 0pt plus\d@hoehe\relax\pagebreak[3]\vskip 0pt plus-\d@hoehe\relax%<BR>
&nbsp;&nbsp;&nbsp;\ifnum\c@picpos=1\c@picpos=0\else\c@picpos=\@changemode\fi%<BR>
&nbsp;\fi%<BR>
&nbsp;\ifnum\c@picpos=1\ifnum\c@pos=1\c@pos=2\else\c@pos=1\fi\fi%<BR>
&nbsp;\ifnum\@listdepth&gt;0<BR>
&nbsp;&nbsp;&nbsp;\@listtrue\parshape 0%<BR>
&nbsp;&nbsp;&nbsp;\advance\hsize -\rightmargin%<BR>
&nbsp;&nbsp;&nbsp;\d@leftskip \leftskip%<BR>
&nbsp;&nbsp;&nbsp;\leftskip \@totalleftmargin%<BR>
&nbsp;&nbsp;&nbsp;\if@inlabel\rule{\linewidth}{0pt}\vskip-\baselineskip\relax\fi%<BR>
&nbsp;\else\@listfalse\medskip%<BR>
&nbsp;\fi%<BR>
&nbsp;\if@list\d@tmpa=\linewidth\else\d@tmpa=\hsize\fi%<BR>
&nbsp;\ifnum\c@piccaption=3%<BR>
&nbsp;&nbsp;&nbsp;\make@piccaption%<BR>
&nbsp;&nbsp;&nbsp;\d@tmp\ht\@TEXT\advance\d@tmp\dp\@TEXT%<BR>
&nbsp;&nbsp;&nbsp;\ifdim\d@hoehe&gt;\d@tmp%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\setbox\@TEXT=\vbox to\d@hoehe{\vfill\box\@TEXT\vspace{.2\baselineskip}\vfill}%<BR>
&nbsp;&nbsp;&nbsp;\else%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\setbox\@BILD=\vbox to\d@tmp{\vfill\box\@BILD\vfill}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\d@hoehe\d@tmp%<BR>
&nbsp;&nbsp;&nbsp;\fi%<BR>
&nbsp;\fi%<BR>
&nbsp;\ifnum\c@piccaption=4%<BR>
&nbsp;&nbsp;&nbsp;\make@piccaption%<BR>
&nbsp;&nbsp;&nbsp;\d@tmp\ht\@TEXT\advance\d@tmp\dp\@TEXT%<BR>
&nbsp;&nbsp;&nbsp;\setbox\@TEXT=\vbox to\d@hoehe{\vspace{-10pt}\box\@TEXT\vfil}%<BR>
&nbsp;&nbsp;&nbsp;\advance\d@hoehe-\d@tmp%<BR>
&nbsp;\fi%<BR>
&nbsp;\ifnum\c@pos=1\d@tmpa=0pt%<BR>
&nbsp;&nbsp;&nbsp;\ifnum\c@piccaption&gt;2%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\setbox\@BILD=\hbox{\box\@BILD\hspace{\d@pichskip}\hbox{\box\@TEXT}}%<BR>
&nbsp;&nbsp;&nbsp;\fi%<BR>
&nbsp;\else\advance\d@tmpa by-\wd\@BILD\d@breite=-\d@breite%<BR>
&nbsp;&nbsp;&nbsp;\ifnum\c@piccaption&gt;2%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\d@tmpa=0pt%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\setbox\@BILD=\hbox{\hbox{\box\@TEXT}\hspace{\d@pichskip}\box\@BILD}%<BR>
&nbsp;&nbsp;&nbsp;\fi%<BR>
&nbsp;\fi%<BR>
&nbsp;\p@getot@l\the\pagetotal%<BR>
&nbsp;\d@bskip\d@hoehe\advance\d@bskip by\parskip\advance\d@bskip by.3\baselineskip%<BR>
&nbsp;{\noindent\hspace*{\d@tmpa}\relax%<BR>
&nbsp;&nbsp;\box\@BILD\nopagebreak\vskip-\d@bskip\relax\nopagebreak}%<BR>
&nbsp;\d@tmp=-\d@hoehe\divide\d@tmp by\baselineskip%<BR>
&nbsp;\c@zeilen=\d@tmp\advance\c@zeilen by-1%<BR>
&nbsp;\ifdim\d@breite&lt;0pt\advance\d@breite by-\d@pichskip%<BR>
&nbsp;\else\advance\d@breite by\d@pichskip%<BR>
&nbsp;\fi%<BR>
&nbsp;\hangindent=\d@breite%<BR>
&nbsp;\hangafter=\c@zeilen%<BR>
&nbsp;\let\par=\x@par%<BR>
&nbsp;\ifnum\c@piccaption=3%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\hangindent0pt\hangafter1\let\par=\old@par%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\vskip\<a href="d@hoehe\vskip.2\baselineskip%">d@hoehe\vskip.2\baselineskip%</a><BR>
&nbsp;\fi%<BR>
&nbsp;\c@piccaption=0%<BR>
}<BR>
<BR>
<BR>
<BR>
<BR>
\newdimen\ptoti<BR>
\newdimen\ptotii<BR>
\def\x@par{%<BR>
&nbsp;\ptoti\pagetotal%<BR>
&nbsp;\old@par%<BR>
&nbsp;\ptotii\pagetotal%<BR>
&nbsp;\ifdim\ptoti=\ptotii%<BR>
&nbsp;&nbsp;&nbsp;\d@tmp\d@hoehe%<BR>
&nbsp;\else%<BR>
&nbsp;&nbsp;&nbsp;\d@tmp\baselineskip%<BR>
&nbsp;&nbsp;&nbsp;\multiply\d@tmp by\prevgraf%<BR>
&nbsp;&nbsp;&nbsp;\advance\d@tmp by\parskip%<BR>
&nbsp;&nbsp;&nbsp;\global\advance\d@hoehe by-\d@tmp\d@tmp=\d@hoehe%<BR>
&nbsp;\fi%<BR>
&nbsp;\ifdim\d@hoehe&gt;0pt%<BR>
&nbsp;&nbsp;&nbsp;\divide\d@tmp by\baselineskip\c@zeilen=-\d@tmp\advance\c@zeilen by-1%<BR>
&nbsp;&nbsp;&nbsp;\c@zeilen=\the\c@zeilen%<BR>
&nbsp;\else\c@zeilen=0<BR>
&nbsp;\fi<BR>
&nbsp;\ifnum\c@zeilen&lt;0\hangafter=\c@zeilen\hangindent=\d@breite%<BR>
&nbsp;\else\let\par=\old@par%<BR>
&nbsp;&nbsp;&nbsp;\hangindent 0pt%<BR>
&nbsp;&nbsp;&nbsp;\leftskip \d@leftskip%<BR>
&nbsp;&nbsp;&nbsp;\if@list\parshape \@ne \@totalleftmargin \linewidth%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\advance\hsize \rightmargin%<BR>
&nbsp;&nbsp;&nbsp;\fi%<BR>
&nbsp;\fi%<BR>
}<BR>
<BR>
<BR>
\def\picskip#1{%<BR>
&nbsp;\let\par=\old@par%<BR>
&nbsp;\par%<BR>
&nbsp;\pagetotal\the\pagetotal%<BR>
&nbsp;\c@tmp=#1\relax%<BR>
&nbsp;\ifnum\c@tmp=0%<BR>
&nbsp;&nbsp;&nbsp;\d@tmp\baselineskip\multiply\d@tmp by\prevgraf\advance\d@tmp\parskip%<BR>
&nbsp;&nbsp;&nbsp;\ifdim\p@getot@l&lt;\pagetotal<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\advance\d@hoehe by-\d@tmp\advance\d@hoehe by1ex%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\ifdim\d@hoehe&gt;0pt\vspace*{\d@hoehe}\fi%<BR>
&nbsp;&nbsp;&nbsp;\fi%<BR>
&nbsp;&nbsp;&nbsp;\ifdim\p@getot@l=\pagetotal%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\advance\d@hoehe by-\d@tmp\advance\d@hoehe by1ex%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\ifdim\d@hoehe&gt;0pt\vspace*{\d@hoehe}\fi%<BR>
&nbsp;&nbsp;&nbsp;\fi%<BR>
&nbsp;\else\hangafter=-\c@tmp\hangindent=\d@breite%<BR>
&nbsp;\fi%<BR>
&nbsp;\leftskip \d@leftskip%<BR>
&nbsp;\if@list\parshape \@ne \@totalleftmargin \linewidth%<BR>
&nbsp;&nbsp;&nbsp;\advance\hsize \rightmargin%<BR>
&nbsp;\fi%<BR>
}<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
\def\hpic{%<BR>
&nbsp;&nbsp;\@ifnextchar ({\ihpic}{\ihpic(0pt,0pt)}<BR>
}<BR>
\def\ihpic(#1,#2){%<BR>
&nbsp;&nbsp;\@ifnextchar ({\@offsettrue\iihpic(#1,#2)}%<BR>
&nbsp;&nbsp;{\@offsetfalse\iihpic(#1,#2)(0pt,0pt)}<BR>
}<BR>
\def\iihpic(#1,#2)(#3,#4){%<BR>
&nbsp;&nbsp;\@ifnextchar [{\iiihpic(#1,#2)(#3,#4)}{\iiihpic(#1,#2)(#3,#4)[l]}<BR>
}<BR>
\def\iiihpic(#1,#2)(#3,#4)[#5]{%<BR>
&nbsp;&nbsp;\@ifnextchar [{\ivhpic(#1,#2)(#3,#4)[#5]}{\ivhpic(#1,#2)(#3,#4)[#5][]}<BR>
}<BR>
\def\ivhpic(#1,#2)(#3,#4)[#5][#6]#7{%<BR>
&nbsp;&nbsp;\setbox\@BILD=\hbox{#7}%<BR>
&nbsp;&nbsp;\d@breite=#1\d@breite=\the\d@breite%<BR>
&nbsp;&nbsp;\ifdim\d@breite=0pt\d@breite=\wd\@BILD\fi%<BR>
&nbsp;&nbsp;\c@breite=\d@breite\divide\c@breite by65536%<BR>
&nbsp;&nbsp;\d@hoehe=#2\d@hoehe=\the\d@hoehe%<BR>
&nbsp;&nbsp;\ifdim\d@hoehe=0pt\d@hoehe=\ht\@BILD\advance\d@hoehe by\dp\@BILD\fi%<BR>
&nbsp;&nbsp;\c@hoehe=\d@hoehe\divide\c@hoehe by65536%<BR>
&nbsp;&nbsp;\d@xoff=#3\c@xoff=\d@xoff\divide\c@xoff by65536%<BR>
&nbsp;&nbsp;\d@yoff=\d@hoehe%<BR>
&nbsp;&nbsp;\advance\d@yoff by-#4\c@yoff=\d@yoff\divide\c@yoff by65536%<BR>
&nbsp;&nbsp;\c@pos=0\d@tmpa=\parindent\parindent=0pt\unitlength1pt%<BR>
&nbsp;&nbsp;\if@offset<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\setbox\@BILD=\hbox{%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\begin{picture}(\c@breite,\c@hoehe)%<BR>
&nbsp;\put(0,0){\makebox(\c@breite,\c@hoehe){}}%<BR>
&nbsp;\put(\c@xoff,\c@yoff){\box\@BILD}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\end{picture}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;}%<BR>
&nbsp;&nbsp;\else%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\setbox\@BILD=\hbox{%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\begin{picture}(\c@breite,\c@hoehe)%<BR>
&nbsp;\put(0,0){\makebox(\c@breite,\c@hoehe)[#6]{\box\@BILD}}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\end{picture}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;}%<BR>
&nbsp;&nbsp;\fi%<BR>
&nbsp;&nbsp;\@tfor\@tempa := #5\do{%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\if\@tempa f\setbox\@BILD=\hbox{\Rahmen(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\if\@tempa s\setbox\@BILD=\hbox{\Schatten(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\if\@tempa o\setbox\@BILD=\hbox{\Oval(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\if\@tempa d\setbox\@BILD=\hbox{\Strich(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\if\@tempa x\setbox\@BILD=\hbox{\Kasten(\c@breite,\c@hoehe){\box\@BILD}}\fi%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\if\@tempa t\c@pos=1\fi%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\if\@tempa b\c@pos=2\fi%<BR>
&nbsp;&nbsp;}%<BR>
&nbsp;\ifnum\c@pos=0\parbox{\d@breite}{\makebox[0cm]{}\\\box\@BILD\smallskip}\fi%<BR>
&nbsp;\ifnum\c@pos=1\parbox[t]{\d@breite}{\makebox[0cm]{}\\\box\@BILD\smallskip}\fi%<BR>
&nbsp;\ifnum\c@pos=2\parbox[b]{\d@breite}{\makebox[0cm]{}\\\box\@BILD\smallskip}\fi%<BR>
&nbsp;\parindent=\d@tmpa%<BR>
}<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
\def\Rahmen(#1,#2)#3{%<BR>
&nbsp;&nbsp;\c@whole=\@wholewidth\divide\c@whole by65536%<BR>
&nbsp;&nbsp;\c@half=\@halfwidth\divide\c@half by65536%<BR>
&nbsp;&nbsp;\c@tmpa=#1\advance\c@tmpa by\c@whole\advance\c@tmpa by\c@whole%<BR>
&nbsp;&nbsp;\c@tmpb=#2\advance\c@tmpb by\c@whole\advance\c@tmpb by\c@whole%<BR>
&nbsp;&nbsp;\begin{picture}(\c@tmpa,\c@tmpb)%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@whole,\c@half){\framebox(#1,#2){#3}}%<BR>
&nbsp;&nbsp;\end{picture}%<BR>
&nbsp;&nbsp;\global\advance\d@breite by2\@wholewidth%<BR>
&nbsp;&nbsp;\global\advance\d@hoehe by2\@wholewidth%<BR>
}<BR>
<BR>
<BR>
\def\Schatten(#1,#2)#3{%<BR>
&nbsp;&nbsp;\c@whole=\@wholewidth\divide\c@whole by65536%<BR>
&nbsp;&nbsp;\c@half=\@halfwidth\divide\c@half by65536%<BR>
&nbsp;&nbsp;\c@shad=\d@shad\divide\c@shad by65536%<BR>
&nbsp;&nbsp;\c@tmp=\c@whole\advance\c@tmp by\c@whole\c@tmpd=\c@tmp%<BR>
&nbsp;&nbsp;\advance\c@tmp by\c@shad%<BR>
&nbsp;&nbsp;\advance\c@tmpd by#1%<BR>
&nbsp;&nbsp;\advance\c@half by\c@shad%<BR>
&nbsp;&nbsp;\c@tmpa=#1\advance\c@tmpa by\c@tmp%<BR>
&nbsp;&nbsp;\c@tmpb=#2\advance\c@tmpb by\c@tmp%<BR>
&nbsp;&nbsp;\begin{picture}(\c@tmpa,\c@tmpb)%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@whole,\c@half){\framebox(#1,#2){#3}}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@shad,0){\rule{\c@tmpd pt}{\c@shad pt}}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@tmpd,0){\rule{\c@shad pt}{#2 pt}}%<BR>
&nbsp;&nbsp;\end{picture}%<BR>
&nbsp;&nbsp;\global\advance\d@breite by2\@wholewidth\global\advance\d@breite by\d@shad%<BR>
&nbsp;&nbsp;\global\advance\d@hoehe by2\@wholewidth\global\advance\d@hoehe by\d@shad%<BR>
}<BR>
<BR>
<BR>
\def\Oval(#1,#2)#3{%<BR>
&nbsp;&nbsp;\@wholewidth=0.4pt%<BR>
&nbsp;&nbsp;\c@tmpa=\the#1\divide\c@tmpa by2%<BR>
&nbsp;&nbsp;\c@tmpb=\the#2\divide\c@tmpb by2%<BR>
&nbsp;&nbsp;\begin{picture}(#1,#2)%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@tmpa,\c@tmpb){\oval(#1,#2)}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(0.4,0.4){#3}%<BR>
&nbsp;&nbsp;\end{picture}%<BR>
&nbsp;&nbsp;\global\advance\d@breite by1pt\global\advance\d@hoehe by1pt%<BR>
}<BR>
<BR>
<BR>
\def\Strich(#1,#2)#3{%<BR>
&nbsp;&nbsp;\c@whole=\@wholewidth\divide\c@whole by65536%<BR>
&nbsp;&nbsp;\c@half=\@halfwidth\divide\c@half by65536%<BR>
&nbsp;&nbsp;\c@dash=\d@dash\divide\c@dash by65536%<BR>
&nbsp;&nbsp;\c@tmp=\c@whole\advance\c@tmp by\c@whole%<BR>
&nbsp;&nbsp;\c@tmpa=#1\advance\c@tmpa by\c@tmp%<BR>
&nbsp;&nbsp;\c@tmpb=#2\advance\c@tmpb by\c@tmp%<BR>
&nbsp;&nbsp;\c@tmpc=#1\advance\c@tmpc by\c@whole%<BR>
&nbsp;&nbsp;\c@tmpd=#2\advance\c@tmpd by\c@whole%<BR>
&nbsp;&nbsp;\begin{picture}(\c@tmpa,\c@tmpb)%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@half,\c@half){\dashbox{\c@dash}(\c@tmpc,\c@tmpd){#3}}%<BR>
&nbsp;&nbsp;\end{picture}%<BR>
&nbsp;&nbsp;\global\advance\d@breite by2\@wholewidth%<BR>
&nbsp;&nbsp;\global\advance\d@hoehe by2\@wholewidth%<BR>
}<BR>
<BR>
<BR>
\def\Kasten(#1,#2)#3{%<BR>
&nbsp;&nbsp;\@wholewidth=0.4pt%<BR>
&nbsp;&nbsp;\c@boxl=\d@boxl\divide\c@boxl by65536\c@boxl=\the\c@boxl%<BR>
&nbsp;&nbsp;\c@tmpa=#1\advance\c@tmpa by\c@boxl%<BR>
&nbsp;&nbsp;\c@tmpb=#2\advance\c@tmpb by\c@boxl%<BR>
&nbsp;&nbsp;\c@tmp=#2%<BR>
&nbsp;&nbsp;\begin{picture}(\c@tmpa,\c@tmpb)%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(0,\c@boxl){\framebox(#1,#2){#3}}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@boxl,0){\line(-1,1){\c@boxl}}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@boxl,0){\line(1,0){#1}\line(-1,1){\c@boxl}}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@boxl,0){\put(#1,0){\line(0,1){\c@tmp}%<BR>
&nbsp; \put(0,\c@tmp){\line(-1,1){\c@boxl}}}}%<BR>
&nbsp;&nbsp;\end{picture}%<BR>
&nbsp;&nbsp;\global\advance\d@breite by\d@boxl%<BR>
&nbsp;&nbsp;\global\advance\d@hoehe by\d@boxl%<BR>
}<BR>
<BR>
<BR>
<BR>
<BR>
<BR>
\newbox\env@box%<BR>
\newdimen\d@envdp<BR>
\newcount\c@hsize<BR>
\newcount\c@envdp<BR>
\newdimen\d@envb<BR>
<BR>
\long\def\frameenv{\@ifnextchar [{\@frameenv}{\@frameenv[\textwidth]}}<BR>
\long\def\@frameenv[#1]{%<BR>
&nbsp;\hsiz@=\textwidth &nbsp;\textwidth=#1 &nbsp;\d@envb=#1<BR>
&nbsp;\advance\textwidth by-2\@wholewidth<BR>
&nbsp;\advance\textwidth by-2\fboxsep<BR>
&nbsp;\hsize=\textwidth &nbsp;&nbsp;\linewidth=\textwidth<BR>
&nbsp;\setbox\env@box=\vbox\bgroup}%<BR>
\def\endframeenv{%<BR>
&nbsp;\egroup%<BR>
&nbsp;\hsize=\hsiz@&nbsp;\textwidth=\hsiz@ &nbsp;\linewidth=\hsiz@<BR>
&nbsp;\c@breite=\d@envb &nbsp;&nbsp;\divide\c@breite by65536<BR>
&nbsp;\advance\d@envb by-2\@wholewidth<BR>
&nbsp;\c@hsize=\d@envb &nbsp;\divide\c@hsize by65536%<BR>
&nbsp;\d@envdp=\dp\env@box &nbsp;\advance\d@envdp by\ht\env@box%<BR>
&nbsp;\advance\d@envdp by2\fboxsep%<BR>
&nbsp;\d@hoehe=\d@envdp &nbsp;&nbsp;\advance\d@hoehe by2\@wholewidth<BR>
&nbsp;\c@hoehe=\d@hoehe &nbsp;&nbsp;\divide\c@hoehe by65536<BR>
&nbsp;\c@envdp=\d@envdp &nbsp;&nbsp;\divide\c@envdp by65536%<BR>
&nbsp;\c@tmp=\@wholewidth \divide\c@tmp by65536<BR>
&nbsp;\vskip\@wholewidth%<BR>
&nbsp;\unitlength 1pt\noindent%<BR>
&nbsp;\begin{picture}(\c@breite,\c@hoehe)(0,0)<BR>
&nbsp;&nbsp;&nbsp;\put(\c@tmp,\c@tmp){\framebox(\c@hsize,\c@envdp){\box\env@box}}<BR>
&nbsp;\end{picture}%<BR>
}<BR>
<BR>
<BR>
<BR>
\long\def\shadowenv{\@ifnextchar [{\@shadowenv}{\@shadowenv[\textwidth]}}<BR>
\long\def\@shadowenv[#1]{%<BR>
&nbsp;\hsiz@=\textwidth &nbsp;\textwidth=#1 &nbsp;\d@envb=#1<BR>
&nbsp;\advance\textwidth by-2\@wholewidth<BR>
&nbsp;\advance\textwidth by-2\fboxsep<BR>
&nbsp;\advance\textwidth by-\d@shad%<BR>
&nbsp;\hsize=\textwidth &nbsp;&nbsp;\linewidth=\textwidth<BR>
&nbsp;\setbox\env@box=\vbox\bgroup}%<BR>
\def\endshadowenv{%<BR>
&nbsp;\egroup<BR>
&nbsp;\hsize=\hsiz@&nbsp;\textwidth=\hsiz@ &nbsp;\linewidth=\hsiz@<BR>
&nbsp;\d@tmpa=\d@envb<BR>
&nbsp;\c@breite=\d@envb &nbsp;&nbsp;\divide\c@breite by65536<BR>
&nbsp;\advance\d@envb by-2\@wholewidth &nbsp;\advance\d@envb by-\d@shad<BR>
&nbsp;\c@hsize=\d@envb &nbsp;\divide\c@hsize by65536%<BR>
&nbsp;\d@envdp=\dp\env@box &nbsp;\advance\d@envdp by\ht\env@box%<BR>
&nbsp;\advance\d@envdp by2\fboxsep%<BR>
&nbsp;\c@envdp=\d@envdp &nbsp;&nbsp;\divide\c@envdp by65536%<BR>
&nbsp;\d@hoehe=\d@envdp<BR>
&nbsp;\advance\d@hoehe by2\@wholewidth &nbsp;\advance\d@hoehe by\d@shad<BR>
&nbsp;\c@hoehe=\d@hoehe &nbsp;&nbsp;&nbsp;\divide\c@hoehe by65536<BR>
&nbsp;\c@shad =\d@shad &nbsp;&nbsp;&nbsp;&nbsp;\divide\c@shad &nbsp;by65536<BR>
&nbsp;\c@tmp=\@wholewidth &nbsp;\divide\c@tmp by65536<BR>
&nbsp;\advance\d@tmpa by-2\d@shad<BR>
&nbsp;\c@xoff =\d@tmpa &nbsp;&nbsp;&nbsp;&nbsp;\divide\c@xoff by65536<BR>
&nbsp;\advance\c@xoff by\c@shad &nbsp;\advance\c@xoff by-1<BR>
&nbsp;\advance\d@envdp by\@wholewidth<BR>
&nbsp;\vskip\@halfwidth<BR>
&nbsp;\unitlength 1pt\noindent%<BR>
&nbsp;\begin{picture}(\c@breite,\c@hoehe)(0,0)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@tmp,\c@shad){\framebox(\c@hsize,\c@envdp){\box\env@box}}<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@shad,0){\rule{\d@tmpa}{\d@shad}}%<BR>
&nbsp;&nbsp;&nbsp;&nbsp;\put(\c@xoff,0){\rule{\d@shad}{\d@envdp}}%<BR>
&nbsp;\end{picture}%<BR>
&nbsp;\vskip\@halfwidth<BR>
}<BR>
<BR>
<BR>
\long\def\dashenv{\@ifnextchar [{\@dashenv}{\@dashenv[\textwidth]}}<BR>
\long\def\@dashenv[#1]{%<BR>
&nbsp;\hsiz@=\textwidth &nbsp;\textwidth=#1 &nbsp;\d@envb=#1<BR>
&nbsp;\advance\textwidth by-2\@wholewidth &nbsp;\advance\textwidth by-2\fboxsep<BR>
&nbsp;\hsize=\textwidth &nbsp;&nbsp;\linewidth=\textwidth<BR>
&nbsp;\setbox\env@box=\vbox\bgroup}%<BR>
\long\def\enddashenv{%<BR>
&nbsp;\egroup<BR>
&nbsp;\hsize=\hsiz@&nbsp;\textwidth=\hsiz@ &nbsp;\linewidth=\hsiz@<BR>
&nbsp;\c@breite=\d@envb &nbsp;&nbsp;\divide\c@breite by65536<BR>
&nbsp;\advance\d@envb by-\@wholewidth<BR>
&nbsp;\c@hsize=\d@envb &nbsp;\divide\c@hsize by65536%<BR>
&nbsp;\d@envdp=\dp\env@box &nbsp;\advance\d@envdp by\ht\env@box%<BR>
&nbsp;\advance\d@envdp by2\fboxsep%<BR>
&nbsp;\advance\d@envdp by\@wholewidth<BR>
&nbsp;\d@hoehe=\d@envdp &nbsp;&nbsp;\advance\d@hoehe by2\@wholewidth<BR>
&nbsp;\c@hoehe=\d@hoehe &nbsp;&nbsp;\divide\c@hoehe by65536<BR>
&nbsp;\c@envdp=\d@envdp &nbsp;&nbsp;\divide\c@envdp by65536%<BR>
&nbsp;\c@dash=\d@dash &nbsp;&nbsp;&nbsp;&nbsp;\divide\c@dash &nbsp;by65536%<BR>
&nbsp;\c@whole=\@wholewidth&nbsp;\divide\c@whole by65536<BR>
&nbsp;\c@half=\@halfwidth &nbsp;\divide\c@half by 65536<BR>
&nbsp;\noindent\unitlength 1pt<BR>
&nbsp;\begin{picture}(\c@breite,\c@hoehe)(0,0)<BR>
&nbsp;&nbsp;&nbsp;\put(\c@half,\c@whole){\dashbox{\c@dash}(\c@hsize,\c@envdp){\box\env@box}}<BR>
&nbsp;\end{picture}%<BR>
}<BR>
<BR>
<BR>
\long\def\ovalenv{\@ifnextchar [{\@ovalenv}{\@ovalenv[\textwidth]}}%<BR>
\long\def\@ovalenv[#1]{%<BR>
&nbsp;\hsiz@=\textwidth &nbsp;\textwidth=#1 &nbsp;\d@envb=#1<BR>
&nbsp;\advance\textwidth by-4\fboxsep<BR>
&nbsp;\hsize=\textwidth &nbsp;&nbsp;\linewidth=\textwidth<BR>
&nbsp;\setbox\env@box=\vbox\bgroup}%<BR>
\long\def\endovalenv{%<BR>
&nbsp;\egroup<BR>
&nbsp;\hsize=\hsiz@&nbsp;\textwidth=\hsiz@ &nbsp;\linewidth=\hsiz@<BR>
&nbsp;\@wholewidth=0.4pt<BR>
&nbsp;\c@breite=\d@envb &nbsp;&nbsp;\divide\c@breite by65536<BR>
&nbsp;\advance\d@envb by-2\@wholewidth<BR>
&nbsp;\c@hsize=\d@envb &nbsp;\divide\c@hsize by65536%<BR>
&nbsp;\d@envdp=\dp\env@box &nbsp;\advance\d@envdp by\ht\env@box%<BR>
&nbsp;\advance\d@envdp by4\fboxsep%<BR>
&nbsp;\c@envdp=\d@envdp &nbsp;&nbsp;\divide\c@envdp by65536%<BR>
&nbsp;\d@hoehe=\d@envdp &nbsp;&nbsp;\advance\d@hoehe by2\@wholewidth<BR>
&nbsp;\c@hoehe=\d@hoehe &nbsp;&nbsp;\divide\c@hoehe by65536<BR>
&nbsp;\c@tmpa=\c@hsize &nbsp;&nbsp;\divide\c@tmpa by2%<BR>
&nbsp;\c@tmpb=\c@envdp &nbsp;&nbsp;\divide\c@tmpb by2%<BR>
&nbsp;\d@tmpa=2\fboxsep &nbsp;&nbsp;\advance\d@tmpa by\@wholewidth<BR>
&nbsp;\c@xoff=\d@tmpa &nbsp;&nbsp;&nbsp;&nbsp;\divide\c@xoff &nbsp;by65536%<BR>
&nbsp;\advance\d@tmpa by\dp\env@box<BR>
&nbsp;\c@yoff=\d@tmpa &nbsp;&nbsp;&nbsp;&nbsp;\divide\c@yoff &nbsp;by65536%<BR>
&nbsp;\unitlength 1pt\noindent<BR>
&nbsp;\begin{picture}(\c@breite,\c@hoehe)(0,0)<BR>
&nbsp;&nbsp;&nbsp;\put(\c@tmpa,\c@tmpb){\oval(\c@hsize,\c@envdp)}<BR>
&nbsp;&nbsp;&nbsp;\put(\c@xoff,\c@yoff){\box\env@box}%<BR>
&nbsp;\end{picture}%<BR>
}<BR>
<BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
<BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>