开发者

Image Cover with LaTeX (on WinEdt)

开发者 https://www.devze.com 2023-02-02 01:27 出处:网络
Any thoughts on how to put a full image (covering whole page)开发者_高级运维 as a cover for a book I am writing on WinEdt (LaTeX)?

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.


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)


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

0

精彩评论

暂无评论...
验证码 换一张
取 消