On Mon, Feb 19, 2001 at 08:49:51AM +0100, Jean-Pierre.Chretien wrote:
> I need pdf for video projection mostly, and what I want there is not
> portrait (21x29.7cm in A4) nor landscape (29.7x21cm in A4) but 
> � video portrait � (someting like 29x23cm) which is not a standard AFAIK.

Select a custom page size in the document dialog, with 29cm width and 23cm
height. This is enough if you use pdflatex/dvipdf to create the PDF.
IF you use ps2pdf, then put the following in your preamble:

\usepackage[ps2pdf]{hyperref}
\AtBeginDvi{
      \pdfmark{pdfmark=/PAGES, Raw={/Rotate 270}}
}

Another option is to use a latex class that is specifically designed for PDF
presentations: pdfscreen, pdfslides, or prosper.

Reply via email to