From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/2437 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: Unskip Date: Tue, 01 Aug 2000 10:17:13 -0700 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.5.32.20000801101713.0095db50@mail.northcoast.com> References: <3.0.5.32.20000731124202.009586c0@mail.northcoast.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035393230 8853 80.91.224.250 (23 Oct 2002 17:13:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:13:50 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hans Hagen In-Reply-To: <3.0.6.32.20000801114134.01a5b3d0@pop.wxs.nl> Xref: main.gmane.org gmane.comp.tex.context:2437 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:2437 Hans, >>Putting in these unskips worked nicely. The buttons moved closer together, >>just about where I want them. Still, there probably is a more professional >>way to changing the spacing between buttons? >> >>\startinteractionmenu >> [right] >> \boxofsize \vbox \textheight \bottomdistance \bottomheight >> \bgroup >> \startcolor[white] >> \ssbfb\setupinterlinespace >> \midaligned{\getmenuTitle} >> \stopcolor >> \vfill >> \but[firstpage] title page\\ >> \unskip >> \but[content] contents\\ >> \unskip >> \but[previouspage] previous page\\ >> \unskip >> \but[nextpage] next page\\ >> \unskip >> \but[CloseDocument] close\\ >> \unskip >> \but[ExitViewer] exit\\ >> \unskip >> \egroup >>\stopinteractionmenu > \setupinteractionmenu [before=\vskip5pt, between=\vskip2.5pt, after=\vfill] This worked nicely, once I changed to: \setupinteractionmenu [before=\vskip5pt, inbetween=\vskip2.5pt, after=\vfill] I am making some assumptions here: 1. before =\vskip5pt will put 5 points of space before the menu is set. 2. inbetween=\vskip2.5pt refers to the space between buttons place with \but. 3. after=\vfill refers to the space after the menu is set Based on what I have above, it seems that all I really need is \setupinteractionmenu [between=\vskip2.5pt] At least, this seems to work equally well. Comments? - David Arnold College of the Redwoods Mathematics Department 7351 Tompkins Hill Road Eureka, CA 95501 (707) 476-4222 My Home Page http://online.redwoods.cc.ca.us/instruct/darnold/index.htm Ordinary Differential Equations Using Matlab http://www.prenhall.com/books/esm_0130113816.html