Graphics, Figures & Tables ⇒ Remove blank Appendix Page
Remove blank Appendix Page
Could someone tell me how could I delete the appendix blank page?
George
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
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Remove blank Appendix Page
in my documents I don't get a blank appendix page. This can depend on the document class you are using, and on used packages, such as the appendix package and by which commands you start the appendix.
If you would provide enough information, I'm sure we could help you.
Stefan
Remove blank Appendix Page
My code is structured as follows
Code: Select all
\date{\today}
\documentclass[10pt,a4paper]{report}
\usepackage[pdftex]{graphicx}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage[margin=5pt,font=small,labelfont=bf,labelsep=endash]{caption}%caption.eng
\usepackage{wrapfig}
\usepackage{setspace}
\usepackage{color}
\DeclareMathSizes{11}{25}{20}{15}
\hoffset=-.7in
\oddsidemargin = 1pt
\textwidth = 550pt
\begin{document}
\maketitle
\section{}
\section{}
.
.
.
.
\appendix
\chapter{}
\begin{figure}
\end{figure}
\end{document}
Regards
George
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Remove blank Appendix Page
this code produces three pages, no page is empty. The cause is somewhere else, in code you did not mention. Have a look here, to see which kind of code examples are recommendable, so that people can help you: How to create a minimal working example.
So the best would be to show a longer piece of your code, without your real text content, but compilable which produces the undesired empty page. So it would be easy to help.
Stefan
Re: Remove blank Appendix Page
I have imported tables into my appendix (from a tex file found on the same directory as the main tex file). I am getting the blanc pages in the dvi file.
The main file is report (is the same as the one given above) and the command I used is
\appendix
\chapter{data}
\input{data-1.tex}
if u need more details I can provide.
I would like to thank you for all the tips and tricks that I have learned from your posts.
cheers,
Tes