On Tuesday 05 May 2009 19:03:38 Larry Kollar wrote: > One buglet I've found using pdfmark,
I don't think so... > I need to insert a blank > ".pdfbookmark 1" request at the end of the file, to flush the > last heading (usually the index) into the outline. That sounds like you are missing the required `.pdfsync', as explained in section 2.7 of the pdfmark.tmac reference manual. Every use of `.pdfbookmark 1 ...' causes an implicit flush of the bookmark cache, *before* starting a new bookmark group. Thus, when you add your `.pdfbookmark 1', it provides the implicit effect of the required `.pdfsync O', but then leaves the blank bookmark in the subsequently unflushed cache. > Just in case you happen to run across that problem. I haven't, but I always use an end macro which performs an explicit `.pdfsync'. -- Regards, Keith.