If you include pdfsync, a nice package that adds hyperlinks to a pdf generated from LaTeX, be warned that it will break the p-widths of tables. For instance
\begin{tabular}{p{1in}}
abc def
\end{tabular}
will make the column nearly the width of the entire page rather than 1 inch. I don't have a workaround for this yet. If you have one, please let me know. The bug is noted elsewhere, but I haven't seen a correction.
Friday, March 27, 2009
Subscribe to:
Post Comments (Atom)
I had the same problem with tabularx. Including the package as
ReplyDelete\usepackage[novbox]{pdfsync}
fixed this.
чтобы добавлять свои статьи, обязательно ли регистрироватся?
ReplyDeleteThank you! [novbox] is exactly what's needed.
ReplyDelete