Graphics, Figures & TablesCtable - Overfull box and Black Box

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Joern_R
Posts: 2
Joined: Mon Jun 06, 2011 10:27 pm

Ctable - Overfull box and Black Box

Post by Joern_R »

Hello,

I stumbled upon a (for me) confusing error with ctable.

In the first document, if I import ctable as package, all tables (tabular(x)) which use the p{width} or X etc. argument for line breaking extend over the page border (e.g. overfull \hbox (450.79135pt too wide), including my ctables.
This even occurs if I use the examples from the manual.

As soon as I disable ctable, all other tables return to normal.

Im using Tex Live 2010 on Mac, with Texmaker.
I already updated to the latest version of ctable. I tried updating all other packages as well, but ran into versioning conflicts with some Oberdiek packages.

Thanks for any help or advice,
Jörn
Last edited by Joern_R on Sat Jun 18, 2011 3:43 pm, edited 1 time in total.

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

Joern_R
Posts: 2
Joined: Mon Jun 06, 2011 10:27 pm

Re: Ctable - Overfull box and Black Box

Post by Joern_R »

For anyone experiencing a similar problem, I found the solution:
Including

\usepackage{pdfsync}

lead to my problem, so there seems to be some sort of packaging conflict.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Ctable - Overfull box and Black Box

Post by localghost »

Joern_R wrote:For anyone experiencing a similar problem, I found the solution:
Including

\usepackage{pdfsync}

lead to my problem, so there seems to be some sort of packaging conflict.
Should be no problem nowadays. The package isn't needed anyway. With SyncTeX there is a technology that makes this package superfluous.


Best regards and welcome to the board
Thorsten
Post Reply