Code: Select all
...
\begin{slide}{Interfacial wave behavior}
\fbox{
\begin{minipage}[t]{0.4\textwidth}
\includegraphics[scale=0.25]{pics/stoneley-movement01.eps}
\end{minipage}
}
\fbox{
\begin{minipage}[t]{0.4\textwidth}
\begin{itemize}
\item Emitted source
\item $P$-wave
\item $S$-wave
\item Stoneley wave
\end{itemize}
\end{minipage}
}
\end{slide}
...
$ latex presentation.tex
$ dvips -Ppdf -G0 presentation.dvi -o presentation.ps
$ ps2pdf -dPDFsettings=/prepress presentation.ps presentation.pdf
When I render the slide, it is shown as two boxes stacked neatly on top of one another, when I thought that the minipage environment was supposed to place them side-by-side. Is there another tactic to do this?
Thank you in advance!