#!/bin/csh -f
cat $0 | select %%%%% %%%%% > $0.tex
latex $0.tex
dvips $0 -t landscape -o $0.ps
rm -f $0.tex $0.log $0.dvi $0.aux
exit

%%%%%
\documentstyle[twoside,fullpage,fancybox,simplemargins,doublespace,12pt]
{report}
\setlength{\topmargin}{0in}
\setlength{\evensidemargin}{0in}
\setlength{\oddsidemargin}{0in}
\setlength{\textwidth}{9in}
\setlength{\textheight}{6.5in}
\setstretch{1.8}
\setlength{\parskip}{1em}
\setlength{\parindent}{0em}
\begin{document}
\pagestyle{empty}
\settopmargin{1.4in}
\setlength{\fboxsep}{12pt}%
\shadowbox {%
\begin{minipage}{0.99\textwidth} 
\vspace{1cm}
\begin{center}

\begin{huge} 
{\bf Nearly Exact Solution for Coupled} 
\vspace{0.3cm}

{\bf Continuum/MD Fluid Simulation}
\end{huge}

\vspace{3mm}
\begin{LARGE}
 Ju Li, Dongyi Liao, Sidney Yip

 Department of Nuclear Engineering

Massachusetts Institute of Technology, Cambridge, MA 02139

{\em Atomistic Simulation of Materials Group (mmm.mit.edu)}

\vspace{0.7cm}

 Sponsor: Sandia National Laboratory

\vspace{0.7cm}

\end{LARGE} 
\end{center}
\end{minipage}}
\end{document}
%%%%%
