[OS X TeX] pdfsync and lontable

Alex Hamann Alexander.Hamann at stud-mail.uni-wuerzburg.de
Thu Feb 7 06:18:46 EST 2008


Using longtable with pdfsync I ran into a problem which is quite  
annoying.
Both with xelatex and latex, as soon as I add pdfsync to my preamble  
my longtables are messed up. The columns are driven apart and the  
extend beyond the borders of the page. Is this a known problem and  
does anybody have a fix for this?

TIA,

Alex

Minimal example:

====================

\documentclass[a4paper]{scrartcl}

\usepackage{fontspec, xunicode}
\setmainfont[Mapping=tex-text]{Adobe Jenson Pro}
\XeTeXlinebreaklocale "de"

\usepackage{longtable}
\usepackage{pdfsync}

%%%%%%%%%%%%

\begin{document}

\begin{longtable}{p{3,5cm} p{11cm}}
first line & blablabla blablabla \\
  second line & jojojo jojojo \\
  third line & ui uiu uiuuiu
\end{longtable}

\end{document}



More information about the MacOSX-TeX mailing list