I would like to know if it is possible to insert an A3 page into an A4 document, while also changing the header and footer to match the changed page.I tried the following:\newpage\pdfpagewidth=2\paperwidth%figure inserted here\pdfpagewidth=1\paperwidthBut it places the header and footer, for a single A4 page, while also not centering the figure on the page.Does anyone have any advice?
\begingroup
\advance\textwidth\pdfpagewidth
\hsize=\textwidth\linewidth=\hsize\columnwidth=\hsize
\headheight = 10pt
\headwidth = \textwidth
\fancyhead[L]{%sometext}
\fancyhead[R]{%sometext}
\fancyfoot[R]{\bfseries\thepage}
\fancyfoot[C]{\begin{minipage}[c]{0.4\textwidth}\begin{center}\nouppercase{\leftmark}\end{center}\end{minipage}}
\fancypagestyle{plain}{%
\headheight = 10pt
\headwidth = \textwidth
\fancyhead[L]{%sometext}
\fancyhead[R]{%sometext}
\fancyfoot[R]{\bfseries\thepage}
\fancyfoot[C]{\begin{minipage}[c]{0.4\textwidth}\begin{center}\nouppercase{\leftmark}\end{center}\end{minipage}}}
\pdfpagewidth=2\pdfpagewidth}
{\newpage
\endgroup}
--
You received this message because you are subscribed to the Google Groups "LaTeX Users Group" group.
To view this discussion on the web visit https://groups.google.com/d/msg/latexusersgroup/-/-9YkOpLCguIJ.
To post to this group, send email to latexus...@googlegroups.com.
To unsubscribe from this group, send email to latexusersgro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/latexusersgroup?hl=en.