Klaus Herrmann <[EMAIL PROTECTED]> writes:

> I worked through the context manual but I did not find a way to let
> context automatically generate PDF-bookmarks. With bookmarks I mean the
> content you can open at the left side in acrobat which contains
> hyperlinks to arbitrary pages in the document. In german it is called
> "Lesezeichen". Is there a way to let context put the parts, chapters,
> sections an so on into these bookmarks?

To open the book mark:

\setupinteractionscreen[option=bookmark]


Generating bookmarks:

\placebookmarks
        [chapter,section,subsection]
        [open list]



> And one other thing: Is there any support for typesetting title pages in
> context?

Not really. Type your own TeX code between \startstandardmakeup
.. \stopstandardmakeup.

Some example:

\startstandardmakeup

\startfiguretext
  [left]
  {none}
  %{\externalfigure[eposix-bw.png]}
  {\externalfigure[eposix.png]}
\start
\ss
{\switchtobodyfont[48pt] \eposix\par}
\blank[big]
\bfb
\rightaligned{The definitive and complete}
\rightaligned{Eiffel to Standard C and}
\rightaligned{POSIX 1003.1 binding}

\blank[6.4cm]

\leftaligned{{\it written by Berend de Boer}}
\stop
\stopfiguretext

\stopstandardmakeup

-- 
Groetjes,

Berend. (-:

Reply via email to