Graphics, Figures & Tableslongtabu not compiling

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
magical marshmallow
Posts: 30
Joined: Mon Jan 21, 2013 11:37 am

longtabu not compiling

Post by magical marshmallow »

Hi All,

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] |}
to

Code: Select all

\begin{longtabu}to 1\linewidth{ l  c  l  l  l  c  c  r }
, I get an output, but LaTeX seems to be ignoring the \linewidth command

Has anyone got a solution to this?
Attachments
longtabu.tex
(3.78 KiB) Downloaded 455 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Joni1101
Posts: 1
Joined: Wed May 13, 2015 10:10 pm

Re: longtabu not compiling

Post by Joni1101 »

I'm having the exact same problem.
Errors about the CR and "why would you want to put a tab mark here"
Post Reply