Hello.
Could someone tell me how could I delete the appendix blank page?
George
Graphics, Figures & Tables ⇒ Remove blank Appendix Page
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
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
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
Remove blank Appendix Page
Hello Stefan and thank you for you reply,
My code is structured as follows
Is it because of the report environment?
Regards
George
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
Last edited by Stefan Kottwitz on Wed Dec 14, 2011 12:14 am, edited 1 time in total.
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Remove blank Appendix Page
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
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
Re: Remove blank Appendix Page
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
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