I am trying to write my thesis using the class file provided by my university. I have a long table which I want to be in landscape mode. I used pdflscape package and put the table inside \begin{landscape}.. \end{landscape} environment. A very strange (at least to me) is happening when using with \maketitle command available in the class file.
Here is the minimal working example. I have also attached the class file for debugging. The code compiles and creates a landscape page perfectly when the \maketitle is commented out. When we put that command back in, then the pages all get messed up and 1 blank page get added before and after the table and the table gets out of shape as well.
I am not able to figure out what the cause is. I would appreciate any help in this matter.
Code: Select all
Code, edit and compile here:
%**************************************************\documentclass[letterpaper,12pt]{osuthesis}\usepackage[english]{babel}\usepackage{verbatim}\usepackage{pdflscape}\usepackage{enumerate}\usepackage{amsmath}\usepackage{amscd}\usepackage{array}\usepackage{color}\usepackage{amsxtra}\usepackage{amstext}\usepackage{amssymb}\usepackage{mathrsfs}\usepackage{latexsym}\usepackage{newlfont}\usepackage{indentfirst,color}\usepackage[semicolon]{natbib}\usepackage{nomencl}\usepackage{glossary}\usepackage{multirow}\title{My PhD Thesis}\formattedtitle{MY PhD THESIS}\author{My Name}\degreeone{\ssp Bachelor of engineering \\University 1\\City 1, State 1, Country 1\\year 1}\degreetwo{\ssp Master of Science \\University 2\\City 2, State 2, Country 2\\2004}\degreesought{DOCTOR OF PHILOSOPHY}\degreedate{September, 2009}\majorfield{Mechanical Engineering}\begin{document}%\tableofcontents
Sankar