\usepackage{subfigure}
, it gives a conflicting error with the class.Code: Select all
\begin{figure}[h]\begin{minipage}{\linewidth}\centering\subfigure[Subfigure caption 1]{\includegraphics[width=135pt,height=135pt]{fig1.eps}\label{fig:sub1}}\subfigure[Subfigure caption 2]{ \includegraphics[width=135pt,height=135pt]{fig2.eps}\label{fig:sub2}}\subfigure[Subfigure caption 3] {\includegraphics[width=135pt,height=135pt]{fig1.eps}\label{fig:sub3}}\vspace{-0.35cm}\end{minipage}\\\begin{minipage}{\linewidth}\centering\subfigure[Subfigure caption 4]{\includegraphics[width=135pt,height=135pt]{fig1.eps}\label{fig:sub4}}\subfigure[Subfigure caption 5]{ \includegraphics[width=135pt,height=135pt]{fig2.eps}\label{fig:sub5}}\subfigure[Subfigure caption 6] {\includegraphics[width=135pt,height=135pt]{fig1.eps}\label{fig:sub6}}\vspace{-0.35cm}\end{minipage}%\caption{Caption of the figure} \label{fig:subfigure}\end{figure}
Code: Select all
\begin{landscape}\begin{longtable}{p{1cm}p{1cm}p{1cm}p{1cm}p{1cm}p{1cm}p{5cm}p{4cm}p{5cm}}\caption{Caption}\label{label}\\\hline\textbf{Chapter}&\textbf{Page}&\textbf{FigureNo.}&\textbf{Caption}&\textbf{Legend}&\textbf{GraphType}&\textbf{Description}&\textbf{Data} &\textbf{Comments} \\\hline\endfirsthead\hline\textbf{Chapter}&\textbf{Page}&\textbf{Figure No.}&\textbf{Caption}&\textbf{Legend}&\textbf{Graph Type}&\textbf{Description}&\textbf{Data}&\textbf{Comments} \\\hline\endhead\hline \multicolumn{9}{r}{\emph{Continued on next page}}\endfoot%\hline\endlastfoot...data...& & & & & & & & \\...\end{longtable}\end{landscape}
https://drive.google.com/file/d/14TM5ME ... sp=sharing and I had asked my question a few days ago here https://latex.org/forum/viewtopic.php?f ... 1&start=20 but it looks like no one has seen it. I believe that I have an error in the class file causing all these errors that I seek you to review.
Ben