ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Interaction and TOC/content problmes
@ 2010-08-12  1:34 Martin Althoff
  0 siblings, 0 replies; only message in thread
From: Martin Althoff @ 2010-08-12  1:34 UTC (permalink / raw)
  To: ntg-context

I am having a couple of small problems with the interaction. In principle it's working, but...

1. The TOC is added to the bookmarks, which is fine, but with a lower-case "c", ie. "content"

2. From http://wiki.contextgarden.net/PDF_Bookmarks_and_Headers I figured out how to get rid of the \crlf in the header. Actually, I'd be happy to just pass the word "Introduction" to the bookmarks and leave out the rest. Any way of doing that?

3. Strangely enough, placing \bookmark{Intro} after the \title {Introduction -- \crlf Welcome} replaces the "content" entry and points to the content, but putting a \bookmark after \completecontent leads to no output at all.

Thanks for any pointers !
Martin

\setupinteraction[
state=start,
color=,
contrastcolor=]

\setupcombinedlist[content][interaction=all]
\placebookmarks[chapter,title][force=yes]

\setuphead[chapter][interaction=list]

\setuplabeltext[chapter=Chapter~]

\definecombinedlist [content][title,chapter]

%strip the \crlf
\appendtoks \let\crlf\space \to \simplifiedcommands


\starttext

\startfrontmatter
\startstandardmakeup
\input tufte
\stopstandardmakeup
\completecontent
\stopfrontmatter


\startbodymatter

\title {Introduction -- \crlf Welcome}
%\bookmark{Intro}

\dorecurse{5}{\input tufte\par}

\chapter{Some Stuff}
\dorecurse{5}{\input tufte\par}

\chapter{An Addition}
\dorecurse{5}{\input tufte\par}

\stopbodymatter

\stoptext




___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-08-12  1:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-12  1:34 Interaction and TOC/content problmes Martin Althoff

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