bug with \writebetweenlist and bookmarks?
Dear list, I have the following sample: \setupinteraction[state=start] \placebookmarks[chapter] \startsectionblockenvironment[bodypart] \writebetweenlist[chapter]{{\blank[3*halfline]}} \stopsectionblockenvironment \startsectionblockenvironment[backpart] \writebetweenlist[chapter]{{\blank[3*halfline]}} \stopsectionblockenvironment \starttext \chapter{Introduction} \startbodymatter \chapter{First Chapter} \stopbodymatter \startbackmatter \chapter{Conclusions} \stopbackmatter \stoptext For some strange reason, the \writebetweenlist commands also add bookmarks with a question mark to the PDF bookmarks in the PDF file. Is this a bug or am I missing something? Many thanks for your help, Pablo -- http://www.ousia.tk
On 5/2/2015 10:16 PM, Pablo Rodriguez wrote:
Dear list,
I have the following sample:
\setupinteraction[state=start] \placebookmarks[chapter] \startsectionblockenvironment[bodypart] \writebetweenlist[chapter]{{\blank[3*halfline]}} \stopsectionblockenvironment
\startsectionblockenvironment[backpart] \writebetweenlist[chapter]{{\blank[3*halfline]}} \stopsectionblockenvironment
\starttext \chapter{Introduction}
\startbodymatter \chapter{First Chapter} \stopbodymatter
\startbackmatter \chapter{Conclusions} \stopbackmatter \stoptext
For some strange reason, the \writebetweenlist commands also add bookmarks with a question mark to the PDF bookmarks in the PDF file.
Is this a bug or am I missing something?
line 147 in strc-bkm.lua: elseif second then titledata = { title = second } else -- ignoring (command and so) end
Many thanks for your help,
Pablo
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On 05/04/2015 10:47 AM, Hans Hagen wrote:
On 5/2/2015 10:16 PM, Pablo Rodriguez wrote:
[...] For some strange reason, the \writebetweenlist commands also add bookmarks with a question mark to the PDF bookmarks in the PDF file.
Is this a bug or am I missing something?
line 147 in strc-bkm.lua: elseif second then titledata = { title = second } else -- ignoring (command and so) end
Hi Hans, many thanks for your fix. It works perfect now. BTW, will the presentations from BachoTeX be available to download? I’m (and I guess we all are) interested in them. Many thanks for your help, Pablo -- http://www.ousia.tk
On 5/4/2015 4:36 PM, Pablo Rodriguez wrote:
BTW, will the presentations from BachoTeX be available to download? I’m (and I guess we all are) interested in them.
you will have to come to the context meeting ... Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Pablo Rodriguez