Karthik was very right. The problem is caused by the spacing code in the style file. If you comment this code, and instead use the following code (I found it somewhere online):
Code: Select all
%% Redefine the macro used for floats (including figures and tables)
%% so that single spacing is used.
%% (Note \def\figure{\@float{figure}set single spacing} doesn't work
%% because figure has an optional argument)
%% Fix from GT (RPI, thesis.cls) 03-18-2007 ve.
\let\latex@xfloat=\@xfloat
\def\@xfloat #1[#2]{%
\latex@xfloat #1[#2]%
\def \baselinestretch {1}\@normalsize %% GT: need \@normalsize?
\normalsize
}
Thanks for everyone who contributed to this...
Jamil Renno