From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/4315 Path: main.gmane.org!not-for-mail From: "Willi Egger" Newsgroups: gmane.comp.tex.context Subject: Conflicting 'index' with 'bottomtext' Date: Sun, 11 Mar 2001 21:47:20 +0100 Sender: owner-ntg-context@let.uu.nl Message-ID: <002201c0aa6c$9ff99de0$0100a8c0@xs4all.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0013_01C0AA74.D90537E0" X-Trace: main.gmane.org 1035394995 24749 80.91.224.250 (23 Oct 2002 17:43:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 17:43:15 +0000 (UTC) Original-To: "ntg-context" Xref: main.gmane.org gmane.comp.tex.context:4315 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:4315 This is a multi-part message in MIME format. ------=_NextPart_000_0013_01C0AA74.D90537E0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi all, Finally (Yes Hans!) my bookbinding book is complete as far as the text is concernd. Now I pepared a screen version of this document. It contains also an index of several pages. While througout the document the buttons, which are placed in the \bottomtext environment are typeset correctly, they aren't in the index. On the full screens the bottomtext seems to be split into two columns, which makes it necessary to hyphenate the button-texts. The last screen of the index is a couple of lines only, on this page the buttons are placed correctly. How can I prevent this? As an attachment I provide you the relevant part of my layout-environment. With the parameters chosen the screen width is not completely used. Which of the variables have to be changed to force the document to use the maximum width and height of the screen? Greetings Willi ------=_NextPart_000_0013_01C0AA74.D90537E0 Content-Type: application/octet-stream; name="layout.tex" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="layout.tex" %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% %% Layout %% %% %% %% by Willi Egger %% %% filename: layout.tex %% %% January 2001 %% %% %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \startenvironment layout \setupoutput[pdftex] \mainlanguage[nl] \language[nl] \usemodule[units] \setupreferencing[global=3Dyes] \setuppagenumber[state=3Dstart] \startmode[paper] \setuppapersize[A4][A4] \setuppagenumbering[alternative=3Ddoublesided, = location=3D{header,marginedge}] \setupbodyfont [ber,ppl,11pt] % Layout setup=20 \setuplayout [header=3D20pt, headerdistance=3D0.5cm, backspace=3D1.7cm, location=3Dmiddle] \stopmode \startnotmode[paper] \setuppapersize[S6][S6] % Interactionscreen \setupinteractionscreen [option=3Dmax, height=3Dfit, width=3Dmax] % Enable colors % \setupcolors[state=3Dstart] \definecolor[grey][r=3D.85,g=3D.85,b=3D.85] \definecolor[darkgreen][r=3D0,g=3D0.5,b=3D0] % Enable interaction \setupinteraction [state=3Dstart, color=3Ddarkgreen] \setupbodyfont [ber,ppl,12pt] \setuppagenumbering[alternative=3Dsinglesided, = location=3D{footer,marginedge}] \setuplayout [style=3D{\switchtobodyfont[12pt]}] \setuplayout [topspace=3D1.5cm, margin=3D40pt, header=3D18pt, footer=3D15pt, bottomdistance=3D0.5cm, bottom=3D25pt] %,width=3Dfit,height=3Dfit] \setupwhitespace [small] \setuptyping [margin=3Dstandard] \setupbuttons [frame=3Doff, height=3D0.8cm, width=3D0.10\textwidth] \def\InhoudButton% {\button {\tfxx Inhoud}[content]} \def\PreviousPageButton% {\button {\tfxx $<--$}[PreviousPage]} \def\NextPageButton% {\button {\tfxx $-->$}[NextPage]} \def\PreviousJumpButton% {\button {\tfxx Terug}[PreviousJump]} \def\ExitButton% {\button {\tfxx Verlaten}[CloseDocument]} \def\LastPageButton% {\button {\tfxx Laatste}[LastPage]} % Define Background-button \def\BackgroundButton% {\button [backgroundoffset=3D.25cm, frame=3Doff, height=3D\vsize, width=3D\hsize]{}[NextPage]} % Bottom texts (interactive) \def\Klein% {\switchtobodyfont[10pt]} \setupbottomtexts [{\Klein {\tfxx \copyright~W.Egger, 2001}} \InhoudButton \hfill \PreviousPageButton \hfill \NextPageButton \hfill \PreviousJumpButton \hfill \LastPageButton \hfill \ExitButton][] %redundant \setuptexttexts [\BackgroundButton] [] \stopnotmode \stopenvironment ------=_NextPart_000_0013_01C0AA74.D90537E0--