From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/6746 Path: main.gmane.org!not-for-mail From: Berend de Boer Newsgroups: gmane.comp.tex.context Subject: Re: PDF-bookmarks and title pages Date: 31 Jan 2002 16:09:39 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <87lmeepnf0.fsf@dellius.nederware.nl> References: <3C595A0B.B7FEB5CA@ivs.tu-berlin.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035397260 13396 80.91.224.250 (23 Oct 2002 18:21:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 18:21:00 +0000 (UTC) Cc: ConTeXt-Mailingliste Original-To: Klaus Herrmann In-Reply-To: <3C595A0B.B7FEB5CA@ivs.tu-berlin.de> Xref: main.gmane.org gmane.comp.tex.context:6746 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:6746 Klaus Herrmann 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. (-: