I'm having this problem:
last chapter [annoying blank page] appendix
I tried solving it by looking up for some answers here but nothing seems to work for me. Please help me. Thanks. (below is the code)
\documentclass[oneside]{etd}
\usepackage{graphicx}
\usepackage{float}
\usepackage{url}
\makeindex
\begin{document}
\begingroup
\renewcommand*{\addvspace}[1]{}
\tableofcontents
\listoffigures
%\listoftables
\endgroup
\beginbody
\pagenumbering{arabic}
\include{chap_introduction}
\include{chap_review}
\include{chap_techbackground}
\include{chap_methodology}
\include{chap_recommendations}
\appendix
\include{appendix_BR2}
\include{vita}
\end{document}
lipsumfor text filler? – Werner Jan 29 '14 at 04:22\includes and changeetdtopittetd. I get\beginbodyas undefined. Also, unless you have departmental approval,floatis not permitted and, even if you do, it is unsupported and likely to give 'unpredictable' output according to the documentation. – cfr Jan 29 '14 at 04:41