Newsgroups: comp.text.tex > I am just wondering if I can make a front-page including a figure (for > example, sample.eps) using the "maketitle" command. Is it possible ? > > ex) > > Title of the document > > author > > figure (sample.eps) > > date >
I don't think that it is possible with \maketitle. But there is the environment
\begin{titlepage}
% everything you want
\end{titlepage}
That should work.
Leonard
> I just found that I can put a figure on the title page using the "maketitle" > command if I modify my current style file. Anyway, thanks again. > > Cheers!!! > > Jin > > > I have been able to do this:
\title{ {\scalebox{0.75}{\includegraphics{/path/to/my/frontpage graphic.epsi}}} \\ \vspace{10pt} {\bf {\sc Title}}} \author{Robert Lopez} \date{\pubdate\footnote{bla bla bla}} \maketitle
Robert.Lopez