Page Layout ⇒ Change Page Size Of A Single Page
Change Page Size Of A Single Page
I could do the two documents separately and simply include the poster afterward. However, I'd like to create some references to the nodes on the poster. Is there any way to construct my poster inline (change the size of that one page)?
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
Change Page Size Of A Single Page
the geometry package (from version 5 on) provides \newgeometry{} and \restoregeometry to allow changes in page dimensions in the middle of a document.
Change Page Size Of A Single Page
Code: Select all
\documentclass{book}
\usepackage[driver=pdftex]{geometry}
\begin{document}
This is a standard page.
\newpage
\newgeometry{paperwidth=17in,paperheight=11in}
This is a big landscape page.
\restoregeometry
\newpage
Back to a standard page
\end{document}
Change Page Size Of A Single Page
Re: Change Page Size Of A Single Page
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Change Page Size Of A Single Page
Then please mark the topic (not the last post) accordingly as written in Section 3 of the Board Rules (to be read before posting).jorsborn wrote:[…] that will work.
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10