Theses, Books, Title pages ⇒ Deleting empty pages after a landscape mode and before landscape
Deleting empty pages after a landscape mode and before landscape
My logfile is here My pdf output is here The link to a simplified working example is here; https://drive.google.com/file/d/1oeuQ_1 ... sp=sharing
Looking forward to your suggestions.
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
Deleting empty pages after a landscape mode and before landscape
- Stefan Kottwitz
- Site Admin
- Posts: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Deleting empty pages after a landscape mode and before landscape
\makebox[0pt]{...}
trick - see here, no empty page:Stefan
Deleting empty pages after a landscape mode and before landscape
Deleting empty pages after a landscape mode and before landscape
\newpage
\begin{landscape}
\begin{figure}[ht!]
\vspace*{-0.750cm}
\begin{center}$
\begin{array}{c}
\makebox[0pt]{\includegraphics[width=1.5\textwidth, height =0.8\textheight]{fig3}}
\end{array}$
\end{center}
\vspace*{-0.5cm}
\caption{Landscape image 1}
\end{figure}
\cleardoublepage
\end{landscape}
\newpage
\begin{landscape}
\begin{figure}[ht!]
\vspace*{-0.750cm}
\begin{center}$
\begin{array}{c}
\makebox[0pt]{\includegraphics[width=1.5\textwidth, height =0.8\textheight]{fig3}}
\end{array}$
\end{center}
\vspace*{-0.5cm}
\caption{Landscape image 1}
\end{figure}
\cleardoublepage
\end{landscape}
\newpage
\begin{landscape}
\begin{figure}[ht!]
\vspace*{-0.750cm}
\begin{center}$
\begin{array}{c}
\makebox[0pt]{\includegraphics[width=1.5\textwidth, height =0.8\textheight]{fig3}}
\end{array}$
\end{center}
\vspace*{-0.5cm}
\caption{Landscape image 1}
\end{figure}
\cleardoublepage
\end{landscape}
\newpage
\begin{landscape}
\begin{figure}[ht!]
\vspace*{-0.750cm}
\begin{center}$
\begin{array}{c}
\makebox[0pt]{\includegraphics[width=1.5\textwidth, height =0.8\textheight]{fig3}}
\end{array}$
\end{center}
\vspace*{-0.5cm}
\caption{Landscape image 1}
\end{figure}
\cleardoublepage
\end{landscape}
\newpage
\begin{landscape}
\begin{figure}[ht!]
\vspace*{-0.750cm}
\begin{center}$
\begin{array}{c}
\makebox[0pt]{\includegraphics[width=1.5\textwidth, height =0.8\textheight]{fig3}}
\end{array}$
\end{center}
\vspace*{-0.5cm}
\caption{Landscape image 1}
\end{figure}
\cleardoublepage
\end{landscape}
\newpage
\begin{landscape}
\begin{figure}[ht!]
\vspace*{-0.750cm}
\begin{center}$
\begin{array}{c}
\makebox[0pt]{\includegraphics[width=1.5\textwidth, height =0.8\textheight]{fig3}}
\end{array}$
\end{center}
\vspace*{-0.5cm}
\caption{Landscape image 1}
\end{figure}
\cleardoublepage
\end{landscape}
\lipsum[2-9]
\newpage
\cleardoublepage
\begin{landscape}
\begin{figure}[ht!]
\vspace*{-0.750cm}
\begin{center}$
\begin{array}{c}
\makebox[0pt]{\includegraphics[width=1.5\textwidth, height =0.8\textheight]{fig4}}
\end{array}$
\end{center}
\vspace*{-0.5cm}
\caption{Landscape image 2}
\end{figure}
\cleardoublepage
\end{landscape}
PDF output is also attached. in the link for the template; https://drive.google.com/file/d/1_tNann ... sp=sharing