The code below gives me the following error: ! Paragraph ended before \multicolumn was complete.
I tried several times but I cannot find what I did wrong. The exact same table works perfectly fine in MikTeX, but I am using TeXmaker now and it does not work. Is there a special package that I should import?
\begin{tabular}{ccc}
\includegraphics[scale=.2]{J48PerClass.eps} &
\includegraphics[scale=.2]{PARTCM.eps} &
\includegraphics[scale=.2]{SVMCM.eps} \\
\small{(a) J48} & \small{(b) PART} & \small{(c) SVM} \\
\includegraphics[scale=.2]{J48PCM.eps} &
\includegraphics[scale=.2]{PARTPCM.eps} &
\includegraphics[scale=.2]{MLPCM.eps} \\
\small{(d) J48 pruned} & \small{(e) PART pruned} & \small{(f) MLP} \\
\includegraphics[scale=.2]{NBCM.eps}& \multicolumn{2}{c}{
\raisebox{2.2cm}{\footnotesize{
\begin{tabular} {|l|l|}
\hline
a = SQL injection &l = Static \\
b = Denial of Service &m = Other attack\\
c = Spam on Wiki &n = Password cracking on Wiki \\
d = Spam on Blog &o = Spam on Wiki \\
e = Password cracking on Blog &p = Wiki \\
f = Other vulnerability scan &q = Blog \& Wiki \\
g = DFind &r = Blog \\
h = Other fingerprinting &s = Spam on Blog \\
i = (XSS) Cross site scripting & \\
j = (RFI) Remote file inclusion & \\
k = Static \& Blog \& & \\
\ \ \ \ \ Wiki & \\ \hline
\end{tabular}
}}}
\\
\small{(g) NB} & & \\
\end{tabular}