I've never used LaTeX before, but a few months ago I decided to write my thesis report in LaTeX, so I'm pretty new to it.
I am using MiKTeX on Windows 7, and pdflatex as typesetting engine. The thing that is bugging me is that pdflatex flips page when scrolling. I would really like to have it continuously "flipped" i.e. scrolling down the document as one whole column. I've searched the web and this forum without finding a solution (of course I've looked in pdflatex as well). Maybe I'm just missing out some simple preferences in pdflatex page somewhere?
I can fix this for preview in my regular PDF viewer (Adobe Reader) by using the hyperref package and \hypersetup command, like this:
\usepackage[pdftex]{hyperref}
\hypersetup{
pdfpagelayout={OneColumn}}
Unfortunately this doesn't help me since it's pdflatex I'm using to quickly see the outcome of the code and I'm typesetting pretty often. Perhaps there's a better PDF previewer that is as fast and simple as pdflatex?
pdflatexis not a pdf previewer, but only the program that generates the pdf file. – Mico Jan 07 '13 at 17:53