At 06:47 PM 11/5/2002 +0100, you wrote:
On Tue, 05 Nov 2002 09:43:42 +0100 Hans Hagen
wrote: You can search for page: in spec-fdf.tex, there should be something:
\def\fakePDFpagedestination {\iflocation \ifovercomePDFpage \ifarrangingpages \else \bgroup \advance\realpageno \minusone \expanded{\doPDFdestination name {page:\realfolio}}% \egroup \fi \fi \fi}
\appendtoksonce \fakePDFpagedestination \to \everyshipout
This was added because there was some not upward compatibility handling of page refs in acrobat 5 (simple pag enumber destinations worked ok <5, now it should be object numbers, for which we need some low level support in pdftex).
i believe that the handling of those problems is necessary, but currently your code creates to destinations with the same label. Therefore pdftex gives this warning message. Thus, the reason for this warning/error is IMO a bug and should be fixed.
Sure, but i wonder why it is generated more than once, since it happens at shipout time, are you sure the previous code is in your file? [if the problem is persistent, in need a minimal example showing it] Hans ------------------------------------------------------------------------- Hans Hagen | PRAGMA ADE | pragma@wxs.nl Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com ------------------------------------------------------------------------- information: http://www.pragma-ade.com/roadmap.pdf documentation: http://www.pragma-ade.com/showcase.pdf -------------------------------------------------------------------------