rey@cascade.Stanford.EDU (Juan Rey) (03/28/91)
I want to include a logo in the title page of my LATEX document.
But when I include it in the title definition section it prints
only the logo in the first page and the title comes out in the second page.
Usually I include postScript figures in any section of my document
with no problems.
The logo is in postScript format and I include it as follows:
\begin{titlepage}
\begin{figure}[h]
\vspace{2in}
\special{psfile="logo1.ps"}
\end{figure}
\title { whatever}
\author {who cares?}
\date {anytime}
\end{titlepage}
Any idea to overcome this trouble?
J. C. Rey