[pdftex] colors in pdftex
Reinhard Kotucha
reinhard.kotucha at web.de
Wed Apr 23 01:12:08 CEST 2003
>>>>> "Hartmut" == Hartmut Henkel <hartmut_henkel at gmx.de> writes:
> Hi, do you need a poster macro package at all? Here is a
> alternative (2-pass) which stays completely within pdftex:
> Make a raw poster in smaller size by pdflatex.
This is a good idea, but to get a large poster there is no need to use
pdftex primitives and there is no need to insert raw PDF code by
\pdfliteral.
Just make a file "a0.tex":
\documentclass{article}
\setlength{\paperheight}{3368bp}
\setlength{\paperwidth}{2380bp}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-]{poster.pdf}
\end{document}
And you can do much more with pdfpages. Look at the documentation.
Regards,
Reinhard
--
----------------------------------------------------------------------------
Reinhard Kotucha Phone: +49-511-27060390
Marschnerstr. 25
D-30167 Hannover mailto:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------
More information about the pdftex
mailing list