From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/9382 Path: main.gmane.org!not-for-mail From: Jens-Uwe Morawski Newsgroups: gmane.comp.tex.context Subject: Re: interaction Date: Thu, 26 Sep 2002 21:39:55 +0200 Sender: owner-ntg-context@let.uu.nl Message-ID: <20020926213955.70295240.morawski@gmx.net> References: <20020926123408.5068aa19.morawski@gmx.net> <5.1.0.14.1.20020926165052.0367fce8@server-1> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035399711 2648 80.91.224.250 (23 Oct 2002 19:01:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 19:01:51 +0000 (UTC) Original-To: ConTeXt In-Reply-To: <5.1.0.14.1.20020926165052.0367fce8@server-1> Xref: main.gmane.org gmane.comp.tex.context:9382 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:9382 On Thu, 26 Sep 2002 16:53:02 +0200 Hans Hagen wrote: > At 12:34 PM 9/26/2002 +0200, Jens-Uwe Morawski wrote: Ahoi Hans, > >(1) How can i place an interaction-menu in the right-edge, but > > instead to place it vertically in the text-area i would like > > to place it in the head- and/or foot-area. > > \setuplayout[top=1cm] > > \startinteractionmenu[top] > .... Sorry Hans, i think my question was misleading. AFAIK a page provides following fields: leftedge leftmargin text rightmargin rightedge ---------------------------------------------------- top | * | * | 3/5| * | * | ---------------------------------------------------- head | * | | | | * | ---------------------------------------------------- text | 1/3 | | | | 5/3 | ---------------------------------------------------- foot | * | | | | * | ---------------------------------------------------- bottom| * | * | 3/1| * | * | ---------------------------------------------------- \startinteractionmenu[top] places in 3/5 [right] in 5/3, [bottom] in 3/1 But how can place an interaction-menu in one of the fields marked with a '*'? Normally these are free. I'm looking for something like: \startinteractionmenu[right,head] Is this available? > >(2) How can i access the default navigation-buttons and > > navigation-symbols provided by the contnav-font > > see symb-nav: \symbol[tag] or \symbol[class][tag] I did, but i thought that i need some special initialisation. But now i found that \loadmapfile[original-context-symbol.map] does not work. After i have included an appropriate entry in my pdftex.map file i can access the symbols. > >(3) i have an interaction-menu in the right-edge that contains > > the toc and i would like to draw a background (overlay) > > unter this toc. > > put the toc in a \framed [align=normal,width=\rightedgewidth] > > the align=... makes sure that a vbox is made Yep. This works. Many thanks. Jens