ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: How to get bookmarks working?
Date: Thu, 30 Jul 1998 08:50:10 +0200	[thread overview]
Message-ID: <35C017A2.8AB0F11B@wxs.nl> (raw)

Berend de Boer wrote:

> I like to get bookmark support in the Acrobat viewer. In the sources this seems to be possible, but whatever I try, it fails.

I never use them myself (Ijust use the tables of contents), but here is
how it should work:

% \chapter{het eerste hoofdstuk}
%
% \bookmark {de eerste bookmark} % optional one that overules \chapter

% .... text ....
%
% \placebookmarks 
%   [chapter,section,subsubsection,mylist]     % these are taken 
%   [chapter,mylist]                           % these are open 
%
% \definelist[mylist]
% \bookmark[mylist]{whatever}

I hope this still work. The main problem is that tricky titles become
garbage, which is due to the way bookmarks work. This will change as
soon as bookmarks get appearances (not possible yet).  

Bookmarks are kind of tricky, look in core-01d for the tricks to build
the necessary data structures. 

I hope this helps. 

Hans

-----------------------------------------------------------------
                                              Hans Hagen | PRAGMA
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | fax: 038 477 53 74 | mail: pragma@wxs.nl
-----------------------------------------------------------------


             reply	other threads:[~1998-07-30  6:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-07-30  6:50 Hans Hagen [this message]
  -- strict thread matches above, loose matches on Subject: below --
1998-07-31 18:52 Berend de Boer
1998-07-31  8:25 Hans Hagen
1998-07-30 17:06 Berend de Boer
1998-07-29 20:04 Berend de Boer

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=35C017A2.8AB0F11B@wxs.nl \
    --to=pragma@wxs.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).