I was wondering if you could help me with this table I cannot compile. The error says:
Code: Select all
ERROR: File ended while scanning use of \multicolumn.
--- TeX said ---
! File ended while scanning use of \multicolumn.
--- HELP ---
No help available
Code: Select all
\documentclass[
12pt,%
% draft,%
twoside,%
BCOR10mm,%
% bibtotocnumbered,% <= obsolete
bib=totoc, % <= recommended
toc=listof,
toc=bibliography,
numbers=noenddot
]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[spanish,ngerman,catalan,english]{babel}
\usepackage{longtable}
\usepackage{tablefootnote}
\begin{document}
\begin{longtable}{lp{13cm}}
\caption{Aspect} \label{tab:aspects} \\
\hline
\textbf{Número} &\textbf{Comentario} \\ \hline
\endfirsthead
\caption[]{Aspects} \\\hline
\textbf{Número} &\textbf{Comentario} \\ \hline
\endhead \hline
\multicolumn{2}{r}{{\emph{continuación}}\\
\hline
\endfoot
\hline \hline
\endlastfoot
\hline
1. &``Sentence in Spanish''\tablefootnote{(cita original) ``Sentence
in English.}.\\
\hline
\end{longtable}
\end{document}
Many thanks in advance.
Regards,
Marie