I have a table with citations in it and I use apacite for citation. Here is a short example:
\begin{table}[h]
\tiny
\begin{center}
\caption{\textit{ }}
\begin{tabular}{ll}
\hline
Authors & Sample\\
\hline
\citeNP{Caroselli200613} & 141 \\
\hline
\label{T:ControlGrPerf}
\end{tabular}
\end{center}
\end{table}
When the reference in the first column is really long, the table doesn't fit the page. Is there a way to limit the size of a cell or to force line breaking within a reference?
I looked at other questions, but they all concern text within the cells where you can manually specifiy the line breaking.