Menu

#130 pdfsync and longtable

v1.2
open
nobody
General (47)
5
2008-02-08
2008-02-08
Alex H.
No

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. Could this be a pdfsync-related bug?
I am using the latest pdfsync from 2008-01-28 from CTAN.

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}

Discussion