On Sat, 21 Dec 2002 13:39:48 +0100
Hans Hagen
(not tested, in spec-fdf.tex:)
\let\lastfakedPDFpage\!!zerocount
\def\fakePDFpagedestination % as in pdf, we start numbering at zero {\iflocation \ifovercomePDFpage \ifarrangingpages \else \ifnum\lastfakedPDFpage<\realpageno \bgroup \xdef\lastfakedPDFpage{\realfolio}% \advance\realpageno \minusone % is \expanded needed ? \expanded{\doPDFdestination name {page:\realfolio}}% \egroup \fi \fi \fi \fi}
Thank you very much, it helped. The pdftex warnings (ext4) disappeared. However, the bookmarks generated by \placebookmark[...] still get messed up and point to the wrong destination. The document includes some split tables (larger than a page). When I set up \setupTABLE[split=no] the bookmarking works just fine. But then, the tables extend well below the bottom of the page, which is not very useful. Is there any way this might be fixed? Thanks Vik