Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!unixhub!stanford.edu!cascade.stanford.edu!rey From: rey@cascade.Stanford.EDU (Juan Rey) Newsgroups: comp.text.tex Subject: figures in title page Message-ID: <1991Mar28.014342.5351@cascade.Stanford.EDU> Date: 28 Mar 91 01:43:42 GMT Distribution: usa Organization: Center for Integrated Systems, Stanford University, California Lines: 23 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