LyX ⇒ How to change the default pdf page size
Re: How to change the default pdf page size
Nah, I was just joking around.
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 156
- Joined: Sat Jan 22, 2011 9:55 pm
How to change the default pdf page size
Old thread, I know (sorry). But Latex documentation seems to have a real dearth of examples (which is extra difficult on a Latex newbie.
I'm looking for an example of where and how I use the package option "pdfstartview=FitH" if you can?
Thanks.
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
How to change the default pdf page size
Hi,
or when loading hyperref, specifying it as option:
By the way, since you visit us often, perhaps it would be a good idea to choose a nice login name.
Stefan
so why didn't you start a new one? You could have placed a link to the old topic. Now your question is hard to see. Also, the original question is marked as solved, so some fellow uses might not read it againg for stumbling across your question. Ne need for sorry, it did not hurt anyone - opening a new topic would just improve your change to get answers.Old thread, I know (sorry).
For exampleI'm looking for an example of where and how I use the package option "pdfstartview=FitH" if you can?
Code: Select all
\hypersetup{pdfstartview=FitH}
Code: Select all
\usepackage[pdfstartview=FitH]{hyperref}
Stefan
LaTeX.org admin