Difference between revisions of "Page Layout"

From Wiki
Jump to navigation Jump to search
m (changed tt to cmd)
(some more samples and empty links)
Line 1: Line 1:
< [[Visuals]]
+
< [[Visuals]] | [[Layers]] | [[Columnsets]] >
  
 
You can use these design areas in your page:
 
You can use these design areas in your page:
Line 52: Line 52:
 
<td style="text-align:center;">. </td>
 
<td style="text-align:center;">. </td>
 
</tr>
 
</tr>
</table>
+
</table>
  
 +
There's also a "distance" between each of the areas, e.g. <tt>leftedgedistance</tt>, <tt>leftmargindistance</tt> (from the named area to the inner).
  
 +
<texcode>
 +
\setuplayout[backspace=20mm,
 +
width=160mm,
 +
topspace=20mm, top=0mm,
 +
header=0mm, footer=0mm,
 +
height=250mm]
 +
</texcode>
  
You can make all the geometry information visible with <tt>\showlayout</tt>.
+
You can make all the geometry information visible with <cmd>showlayout</cmd>.
  
See <cmd>\setuplayout</cmd> in the manual.
+
See <cmd>setuplayout</cmd> in the manual.
  
By using layers, you can also place elements at specific places, as done in the [[BusinessCard]] example.
+
By using [[Layers]], you can also place elements at specific places, as done in the [[BusinessCard]] example.

Revision as of 17:57, 25 November 2004

< Visuals | Layers | Columnsets >

You can use these design areas in your page:

leftedge leftmargin text rightmargin rightedge
top . . . . .
header . . header . .
text . marginals text marginals .
footer . . footer . .
bottom . . . . .

There's also a "distance" between each of the areas, e.g. leftedgedistance, leftmargindistance (from the named area to the inner).

\setuplayout[backspace=20mm,
	width=160mm,
	topspace=20mm, top=0mm,
	header=0mm, footer=0mm,
	height=250mm]

You can make all the geometry information visible with \showlayout.

See \setuplayout in the manual.

By using Layers, you can also place elements at specific places, as done in the BusinessCard example.