Changes

Jump to navigation Jump to search
227 bytes added ,  19:55, 3 March 2011
Consider an A4 sheet of labels which carries 12 labels. The topspace before the first label is 21 mm, the left and right space alongside the edges of the sheet is 8 mm.
The important thing is, that the horizontal and vertical adjustments only take place, if the command
 
<texcode>
\setuplayout[location=middle]
</texcode>
 
is issued again as shown in the example code below.
 
<texcode>
\definepapersize[Label][height=42.3mm,width=97mm]
\setuppapersize[Label][A4]
\setuplayout
[page=Label,
topspace=4mm,
backspace=5mm,
footer=0mm]
\setuplayout [location=middle]
\showframe
[preset=leftbottom,y=.9cm,x=0mm]
[frame=off, style=\tfx]
{NTG-secretary\CONTEXT\ is fun!}
\startstandardmakeup
\placelayer[Label]\page
\stopstandardmakeup}
\stoptext
</texcode>
== See also ==
48

edits

Navigation menu