GeneralBlank Page in the Appendix Section

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
upani1982
Posts: 43
Joined: Wed May 12, 2010 11:42 am

Blank Page in the Appendix Section

Post by upani1982 »

Dear All,

I am getting an unwanted blank page in appendix section. Do u have any idea how to remove it ?

Code: Select all

\documentclass[12pt,a4paper]{article}
\usepackage[british]{babel}
\usepackage[top=1.5cm,bottom=1.5cm,left=2.5cm,right=1.5cm]{geometry}
\usepackage{microtype}
\usepackage[none]{hyphenat}
\hyphenpenalty=2000 \tolerance=1000
\usepackage[fleqn]{amsmath}
\usepackage[T1]{fontenc}
\usepackage{txfonts}
\usepackage{titlesec}
\titlelabel{\thetitle.\quad}
\titleformat{\section}[hang]{\bfseries \large}{\thesection.}{0.5em}{}
\titlespacing*{\section}{0pt}{1pt}{1pt}
\titleformat{\subsection}[hang]{\bfseries}{\thesubsection.}{0.5em}{}
\titlespacing*{\subsection}{0pt}{1pt}{1pt}
\titleformat{\subsubsection}[hang]{\bfseries}{\thesubsubsection.}{0.5em}{}
\titlespacing*{\subsubsection}{0pt}{1pt}{1pt}
\usepackage[sort&compress]{natbib}
\setlength{\bibsep}{0pt}
\bibpunct{(}{)}{;}{a}{,}{;}
\usepackage{graphicx}
\usepackage{setspace}
\usepackage{booktabs}
\usepackage{ctable}
\usepackage{multirow}
\usepackage{threeparttable}
\usepackage{appendix}
The command which i have placed for the appendix follows:

Code: Select all

\newpage
%\begin{bibiliography}
\bibliographystyle{iitkgp}
\bibliography{final}
%\end{bibiliography}
\newpage
\appendix
\begin{center}
     {\bf Appendix}
    \end{center}
%\section{Appendix}
\vspace{10pt}
\begin{table}
\begin{threeparttable}
\centering \caption{Exchange-wise Turnover (In crores of rupees)}
\label{tab:table1}
\begin{tabular}{|c|c|c|c|c|c|}
Please suggest me how to correct it. I want the table to start in the appendix page it self.

With sincere regards,
Upananda
Attachments
report.pdf
(108.36 KiB) Downloaded 230 times

Recommended reading 2024:

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

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

Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

Re: Blank Page in the Appendix Section

Post by Frits »

Seems like your table is to long to fit under the appendix title. What happens if you replace the table with a short phrase or a small table?
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Post Reply