[pdftex] continuous pages in acrobat

Michel Bovani michel.bovani at wanadoo.fr
Mon Mar 12 18:00:04 CET 2001


At 10:41 -0500 12/03/01, Douglas Melniker wrote:
>Hello,
>
>Is there a command to put in your pdflatex document so that when the pdf
>file is opened in Acrobat it will default to "Continuous" rather than
>"Single page?"

\usepackage{hyperref}


\hypersetup{pdfpagelayout=SinglePage}  -> Display one page at a time.

\hypersetup{pdfpagelayout=OneColumn}  ->  Display the pages in one column.

\hypersetup{pdfpagelayout=TwoColumnLeft}  -> Display the pages in two 
columns, with odd-numbered pages on the left.

\hypersetup{pdfpagelayout=TwoColumnRight}  -> Display the pages in 
two columns, with odd-numbered pages on the right.
-- 
Michel Bovani



More information about the pdftex mailing list