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.
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
Deleting empty pages after a landscape mode and before landscape
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- 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