ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Correct usage of \placebookmarks
@ 2018-01-18 20:03 Lars
  2018-01-18 20:41 ` Henning Hraban Ramm
  2018-01-24  6:26 ` Fwd: " Lars
  0 siblings, 2 replies; 8+ messages in thread
From: Lars @ 2018-01-18 20:03 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 1333 bytes --]

Hello there,

I've stumbled upon a behaviour in CTX that I don't fully understand. My 
goal is to create a multipage document *without* heads (title, chapter, 
etc) but only text. Yet I would like to create bookmarks. So my MWE 
looks the following:

\setupinteraction[state=start]
\setupinteractionscreen[option=bookmark]
\definelist[Marks]
\placebookmarks[Marks][Marks][force=yes]

\starttext

   \bookmark[Marks]{Bookmark one}
   \input tufte

   \page

   \bookmark[Marks]{Bookmark two}
   \input knuth

\stoptext

Yet CTX doesn't create bookmarks in that case. I first have to add a 
blank predefined header like chapter or section anywhere in the text:

\setupinteraction[state=start]
\setupinteractionscreen[option=bookmark]
\definelist[Marks]
\placebookmarks[Marks][Marks][force=yes]

\starttext

   \bookmark[Marks]{Bookmark one}
   \input tufte

   \page

   \bookmark[Marks]{Bookmark two}
   \input knuth

   \startchapter[title={},marking={}]
   \stopchapter

\stoptext

Although I haven't added chapter key to \placebookmarks, so that it also 
doesn't show up in the bookmarks window, only then CTX seems to create 
bookmarks for the list which I created called Marks.

Is there a way to circumvent this? I'd like boomarks only where I place 
them manually, without using headers.

Thanks in advance, Lars.


[-- Attachment #1.2: Type: text/html, Size: 2563 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-01-26 18:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-18 20:03 Correct usage of \placebookmarks Lars
2018-01-18 20:41 ` Henning Hraban Ramm
2018-01-24  6:26 ` Fwd: " Lars
2018-01-26  3:37   ` Lars
2018-01-26  5:10     ` Henri
2018-01-26 11:59       ` Lars
2018-01-26 12:34         ` Hans Hagen
2018-01-26 18:53         ` Henning Hraban Ramm

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).