Skip to main content

Open pdf in pagewidth mode

I like to open a pdf file in fit width mode and without the taskbar, etc.
One may use the following latex cod

\usepackage{hyperref} % link from toc
\hypersetup{
pdfstartview=FitH, % Fit, FitH, FitV, FitR, FitB, FitBH, FitBV
pdfpagemode=None, % None FullScreen UseThumbs UseOutlines
colorlinks=true, % false: boxed links; true: colored links
linkcolor=blue, % color of internal links
}

See Also:
http://www.andy-roberts.net/misc/latex/pdftutorial.html

Comments

Popular posts from this blog