LyX ⇒ How to change the default pdf page size
Re: How to change the default pdf page size
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- 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: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
How to change the default pdf page size
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