Document Classes ⇒ "Show Cover Page During Two-Up" by default?
-
- Posts: 2
- Joined: Sun Apr 27, 2008 8:54 pm
"Show Cover Page During Two-Up" by default?
I'm using TeXnicCenter with MikTeX. How do I make the "Show Cover Page During Two-Up" option be set by default. There must be some flag encoded in the PDF. Is there a LaTeX command that will set this flag?
You can sort-of do this using a tool called "Advanced PDF Tools v2.0" by going to Open Action, then setting Page layout to Continuous-facing. This tool isn't even free. Is there a better way?
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
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
"Show Cover Page During Two-Up" by default?
welcome to the LaTeX Community board!
If you use hyperref, try
Code: Select all
\hypersetup{pdfpagelayout=TwoPageRight}
Code: Select all
\usepackage[pdfpagelayout=TwoPageRight]{hyperref}
-
- Posts: 2
- Joined: Sun Apr 27, 2008 8:54 pm