0

Any thoughts on how to put a full image (covering whole page) as a cover for a book I am writing on WinEdt (LaTeX)?

Thanks.

JoHa
  • 1,989
  • 10
  • 28
  • 42
  • You can find an entire community on the [TeX StackExchange](http://tex.stackexchange.com/), where no TeX-related question is too small. – Matthew Leingang Jan 04 '11 at 00:49

2 Answers2

0

Ok solved using:

\usepackage[absolute]{textpos}

\begin{textblock*}{297mm}(0mm,0mm) \includegraphics[width=\paperwidth]{xxx.png} \end{textblock*}

(Source: http://www.latex-community.org/forum/viewtopic.php?f=5&t=968)

JoHa
  • 1,989
  • 10
  • 28
  • 42
0

I would recommend having a look at TikZ and PGF:link. It really can't be beat. Here are some examples: link.

Throwback1986
  • 5,887
  • 1
  • 30
  • 22