ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Bruce Horrocks <ntg@scorecrow.com>
To: "ntg-context@ntg.nl" <ntg-context@ntg.nl>
Subject: Re: Placing extra bookmarks?
Date: Tue, 1 Dec 2020 23:10:49 +0000	[thread overview]
Message-ID: <304648DD-7DE2-4442-BDAB-52A58CEB21FC@scorecrow.com> (raw)
In-Reply-To: <EDDC2131-DEC7-4D06-9A4E-C6EA296D2E4B@fiee.net>

On 1 Dec 2020, at 16:37, Henning Hraban Ramm <texml@fiee.net> wrote:
> 
>> Am 01.12.2020 um 15:36 schrieb Bruce Horrocks <ntg@scorecrow.com>:
>> 
>> I have \placebookmarks[chapter] in my doc and all is fine except that I'd like to force an extra bookmark at the top of the list that jumps to the cover page. However there is no chapter title, or other built in style on the cover.
>> 
>> I tried inserting \bookmark[chapter]{The Cover} but nothing happened - no error, no bookmark.
>> 
>> Any suggestions please? There's no need to bookmark to a specific point - just going to page 1 would be enough.
> 
> Did you enable interactions? \setupinteractions[state=start]
> 
> But when I recently tried to manually set some bookmarks instead of visible chapter titles, I also didn’t get any; didn’t investigate further yet.

Thanks for the suggestion, but I already had \setupinteraction[state=start] set. (Note 'interaction' - no 's')

I eventually found a previous thread on the mailing list archive.
<https://www.mail-archive.com/ntg-context@ntg.nl/msg86919.html>

From that I was able to add the following to my document setup:

  \definehead [Bookmark] [title] 
    [ placehead=empty,
      before={},
      after={},
    ]
  \setupinteraction[state=start]
  \setupinteractionscreen[option=bookmark] 
  \placebookmarks[chapter,heading,Bookmark][chapter][force=yes]

And then in the text where I want each extra bookmark to appear I use:

  \Bookmark[title={The text of the bookmark}]
  
This works but is a bit of a kludge because it assumes that you aren't using 'title' sections in your document already. If you are then they will all appear in the PDF bookmarks.

Also note that the bookmark is inserted at the chapter/title level. If you want a sub-bookmark then you need to add another custom heading, viz:

  \definehead [SubBookmark] [subject] 
    [ placehead=empty,
      before={},
      after={},
    ]

and add it into the \placebookmarks list:

  \placebookmarks[chapter,heading,Bookmark,SubBookmark][chapter][force=yes]

and invoke it using:

  \SubBookmark[title={A sub-bookmark}]

In the PDF, this will be nested under the previous higher-level bookmark.

Given that this is a kludge, and that the \bookmark command doesn't seem to work at all, perhaps it can be resurrected into a new form, something like:

  \bookmark[n][focus]{Text}

  - n is the level 1, 2, 3 etc
  - (optional) focus overrides \setupinteraction (assuming PDF allows it)
  - text is the text to show 

and have this insert a bookmark at that point, regardless of whatever the heading mechanism is doing?

Regards,
--
Bruce Horrocks
Hampshire, UK

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2020-12-01 23:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-01 14:36 Bruce Horrocks
2020-12-01 16:37 ` Henning Hraban Ramm
2020-12-01 23:10   ` Bruce Horrocks [this message]
2020-12-02 18:42     ` Hans Hagen
2020-12-02 22:33       ` Bruce Horrocks

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=304648DD-7DE2-4442-BDAB-52A58CEB21FC@scorecrow.com \
    --to=ntg@scorecrow.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).