[texhax] picture on the cover

Bart C. Wise bart at wiseguysweb.com
Mon Oct 22 21:06:44 CEST 2007


Create your own titlepage:

\begin{document}

\begin{titlepage}
\begin{center}
\Huge{\textbf{TITLE}}\\
\vspace{1ex}
\large{\textbf{By AUTHOR}}
\normalsize

\vfill

\includegraphics[scale=2]{images/image-1.png}
\cleardoublepage
\end{center}
\end{titlepage}

Text here...

\end{document}


On Monday October 22 2007, Natércia Fernandes wrote:
> Hi!
>
> I'm writting a document (document class scrbook, twoside) and I would like
> to: 1. get the page of the title with a different color
> 2. include a picture on that page.
>
> For 1. I've tried
>      \pagecolor{color}
>      \maketitle
>      \pagecolor{white}
> but I get *two* pages colored (the front and the back, pages 1 and 2).
>
> For 2. I've tried
>      \includegraphics{picture}
>      \maketitle
> (the picture appears on page 2, the back of the first sheet).
> and also
>      \maketitle
>      \includegraphics{picture}
> (the piture is inserted on page 3 only)
> Since I want only the picture to appear in the first page, I even tried
>      \title{\includegraphics{picture}}
>      \maketitle
> but the picture goes to page 3.
>
> Can someone give me a hint?
> Thank you very much,
> Natércia
> _______________________________________________
> TeX FAQ: http://www.tex.ac.uk/faq
> Mailing list archives: http://tug.org/pipermail/texhax/
> More links: http://tug.org/begin.html
>
> Automated subscription management: http://tug.org/mailman/listinfo/texhax
> Human mailing list managers: postmaster at tug.org




More information about the texhax mailing list