Graphics, Figures & TablesRemove blank Appendix Page

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
rizias
Posts: 11
Joined: Mon Dec 12, 2011 4:50 am

Remove blank Appendix Page

Post by rizias »

Hello.

Could someone tell me how could I delete the appendix blank page?


George

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Remove blank Appendix Page

Post by Stefan Kottwitz »

Hi George,

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
LaTeX.org admin
rizias
Posts: 11
Joined: Mon Dec 12, 2011 4:50 am

Remove blank Appendix Page

Post by rizias »

Hello Stefan and thank you for you reply,
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}
Is it because of the report environment?

Regards
George
Last edited by Stefan Kottwitz on Wed Dec 14, 2011 12:14 am, edited 1 time in total.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Remove blank Appendix Page

Post by Stefan Kottwitz »

Hi George,

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
LaTeX.org admin
tyigzawe
Posts: 1
Joined: Fri Mar 09, 2012 6:07 am

Re: Remove blank Appendix Page

Post by tyigzawe »

Hi Stefan,

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
Post Reply