Code: Select all
\bibliography{mybib.bib}
Code: Select all
\begin{tabularx}{\linewidth}{|X|} ... \end{tabularx}
I tried using
Code: Select all
\begin{minipage} \bibliography{mybib.bib} \end{minipage}
Code: Select all
\bibliography{mybib.bib}
Code: Select all
\begin{tabularx}{\linewidth}{|X|} ... \end{tabularx}
Code: Select all
\begin{minipage} \bibliography{mybib.bib} \end{minipage}
tabularx
is for tables without page break. For tables spanning several pages, better use longtable
. (there's ltablex
and ltxtable
but I did not check if they are maintained).Code: Select all
mdframed