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)?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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