Hi, I think it is not appropriate to have a smaller left than right margin at a cover page. But my tries to achieve this are not successful. My relevant expressions: \setuplayout[header=0mm,location=middle] \definelayer[bild][x=0mm, y=0mm, width=\paperwidth, height=\paperheight] \setlayer[bild][]{\externalfigure[cover4a1.pdf][]} \defineoverlay[cover][{\placelayer[bild]}] \setupcolors[state=start] \starttext \setuppagenumbering[alternative=singlesided] \setupnumbering[place=] \setupbackgrounds[page][background=cover] \startstandardmakeup[doublesided=no] Gerhard -- Gerhard Kugler Psychotherapeut Bensheim (Germany) http://www.psychotherapie-kugler.de
2007/5/22, Gerhard Kugler
Hi,
I think it is not appropriate to have a smaller left than right margin at a cover page. But my tries to achieve this are not successful.
My relevant expressions:
\setuplayout[header=0mm,location=middle]
\definelayer[bild][x=0mm, y=0mm, width=\paperwidth, height=\paperheight]
\setlayer[bild][]{\externalfigure[cover4a1.pdf][]}
\defineoverlay[cover][{\placelayer[bild]}]
\setupcolors[state=start]
\starttext \setuppagenumbering[alternative=singlesided] \setupnumbering[place=]
\setupbackgrounds[page][background=cover]
\startstandardmakeup[doublesided=no]
Gerhard
-- Gerhard Kugler
Hi Gerhard, you can use \definelayout to define individuell Layouts. Find your solution in one of the following examples. 1. We define a Layout for the first page and switch back to the global Layout after the first page: \definelayout[1][backspace=4cm,width=middle] \showframe \starttext \input knuth \page\setuplayout \input knuth \stoptext 2. The same way in combination with \startstandardmakeup: \definelayout[1][backspace=4cm,width=middle] \showframe \starttext \startstandardmakeup[after=\setuplayout] \input knuth \stopstandardmakeup \input knuth \stoptext 3. We define a Layout for the first page and another one for the second one following pages: \definelayout[1][backspace=4cm,width=middle] \definelayout[2][backspace=3cm,width=14cm] \showframe \starttext \input knuth \page \input knuth \stoptext Wolfgang
Hi Gerhard, I do not know whtherr I understand your problem correctly. However, if you want total control of the typesetting area on your paper one should use more options in the settuplayout command. Think about topspace, backspace, margins, margindistance, which all do have a predefined value. Willi w.egger@boede.nl On May 22, 2007, at 8:28 AM, Gerhard Kugler wrote:
Hi,
I think it is not appropriate to have a smaller left than right margin at a cover page. But my tries to achieve this are not successful.
My relevant expressions:
\setuplayout[header=0mm,location=middle]
\definelayer[bild][x=0mm, y=0mm, width=\paperwidth, height=\paperheight]
\setlayer[bild][]{\externalfigure[cover4a1.pdf][]}
\defineoverlay[cover][{\placelayer[bild]}]
\setupcolors[state=start]
\starttext \setuppagenumbering[alternative=singlesided] \setupnumbering[place=]
\setupbackgrounds[page][background=cover]
\startstandardmakeup[doublesided=no]
Gerhard
-- Gerhard Kugler Psychotherapeut Bensheim (Germany) http://www.psychotherapie-kugler.de ______________________________________________________________________ _____________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ______________________________________________________________________ _____________
participants (3)
-
Gerhard Kugler
-
Willi Egger
-
Wolfgang Schuster