I am trying to use the tabu package to create a table over multiple pages.
I have been playing about with it all day, but can't get it to work. I have tried downloading the example here -> http://latex-community.org/forum/viewto ... abu#p69377 (attached)
However, when I compile it, I am getting a latex error
Missing \cr inserted, <insterted text>\cr \end{longtabu}
Misplaced \cr inserted, <insterted text>\cr \end{longtabu}
by altering the the initial line from
Code: Select all
\begin{longtabu} to 1\textwidth {| X[2.2,l] || X[1,l] X[1,l] X[4,l] | X[1.1,l] X[1.1,l] X[1.1,l] X[1.1,l] |}
Code: Select all
\begin{longtabu}to 1\linewidth{ l c l l l c c r }
\linewidth
commandHas anyone got a solution to this?