LaTeX: tables, tabular, tabularx – FML
Montag, Juli 20th, 2009Nothing poetic this time. Just wanted to report something in the hope this might someday save someones sanity
.
Currently I’m working on my bachelor thesis and since I think of myself as a expert this has to done in LaTeX. So I’ve been writing for a couple of days and everything seemed nice and easy. It all started when I tried to create a table. No matter what I did, the table didn’t care for page margins or anything. I searched for any possible solution and tried everything – nothing seemed to work. It also didn’t matter what tabular-environment I used (tried: tabularx, longtable, supertabular, tabular*, …)
So out of frustration (after three f*****g days) I started throwing out my \usepackages and suddenly it worked. I narrowed it down to the pdfsync package. Well now one might ask “Wait! What has pdfsync to do with tables” and I can’t give an answer to that – because there is no logical explanation if you’re not a TeX freak and understand the fundamentals. Anyway – remove \usepackage{pdfsync} from your document and you should be fine.
Oh yeah – before I forget, I’m using TeXLive – have to actually – because I work on Mac and Windows – try that with MiKTeX
Editor is WinEdt – and Syncing with SumatraPDF-Viewer works even after removing the pdfsync package – now isn’t that irony?
Hope this helps






