On 3/8/2024 3:38 AM, Rik Kabel wrote:
Hello all,

The following example produces two log entries that seem a bit odd. The log entries are:

    backend         > bookmarks > confusing level change at level 3
    around '1 body1'
    backend         > bookmarks > confusing level change at level 3
    around 'back1'

and they refer to the first chapter of the bodymatter and the first chapter of the backmatter, respectively.

The example:

    \setupinteraction [state=start]
    \placebookmarks   [chapter]
    \starttext
       \startfrontmatter
         \startchapter [title=front1]
           \samplefile {knuth-gpt}
         \stopchapter
       \stopfrontmatter
       \startbodymatter
         \startchapter [title=body1]
           \samplefile {knuth-gpt}
         \stopchapter
       \stopbodymatter
       \startbackmatter
         \startchapter [title=back1]
           \samplefile {knuth-gpt}
         \stopchapter
       \stopbackmatter
    \stoptext

Does the level change message suggest that something is missing in the document?
normally harmless so i can add an extra check but bookmarks can be a pain when less structure is used (somewhat weird low level pdf stuff)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to