Changes

Jump to navigation Jump to search
1,194 bytes added ,  21:11, 26 August 2013
no edit summary
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:width|width]]</td> <td>[[Reference/enCommand/value:dimension|dimension]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:height|height]]</td> <td>[[Reference/enCommand/value:dimension|dimension]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:voffset|voffset]]</td> <td>[[Reference/enCommand/value:dimension|dimension]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:hoffset|hoffset]]</td> <td>[[Reference/enCommand/value:dimension|dimension]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:page|page]]</td> <td>[[Reference/enCommand/value:left|left]] [[Reference/enCommand/value:yes|yes]] [[Reference/enCommand/value:right|right]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:commands|commands]]</td> <td>[[Reference/enCommand/value:command|command]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:doublesided|doublesided]]</td> <td>[[Reference/enCommand/value:yes|yes]] [[Reference/enCommand/value:no|no]] [[Reference/enCommand/value:empty|empty]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:headerstate|headerstate]]</td> <td>[[Reference/enCommand/value:normal|normal]] [[Reference/enCommand/value:stop|stop]] [[Reference/enCommand/value:start|start]] [[Reference/enCommand/value:empty|empty]] [[Reference/enCommand/value:none|none]] [[Reference/enCommand/value:nomarking|nomarking]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:footerstate|footerstate]]</td> <td>[[Reference/enCommand/value:normal|normal]] [[Reference/enCommand/value:stop|stop]] [[Reference/enCommand/value:start|start]] [[Reference/enCommand/value:empty|empty]] [[Reference/enCommand/value:none|none]] [[Reference/enCommand/value:nomarking|nomarking]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:textstate|textstate]]</td> <td>[[Reference/enCommand/value:normal|normal]] [[Reference/enCommand/value:stop|stop]] [[Reference/enCommand/value:start|start]] [[Reference/enCommand/value:empty|empty]] [[Reference/enCommand/value:none|none]] [[Reference/enCommand/value:nomarking|nomarking]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:topstate|topstate]]</td> <td>[[Reference/enCommand/value:stop|stop]] [[Reference/enCommand/value:start|start]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:bottomstate|bottomstate]]</td> <td>[[Reference/enCommand/value:stop|stop]] [[Reference/enCommand/value:start|start]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[Reference/enCommand/keyword:pagestate|pagestate]]</td> <td>[[Reference/enCommand/value:stop|stop]] [[Reference/enCommand/value:start|start]] </td>
</tr>
<tr valign="top" class="second">
<td class="cmd">[[ReferenceStyle_and_Color_Parameters|color]]</entd> <td>[[Command/keywordvalue:colorname|colorname]]</td> </tr> <tr valign="top" class="second"> <tdclass="cmd">[[ReferenceStyle_and_Color_Parameters|style]]</entd> <td>[[Command/value:name|name]] </td>
</tr>
</table>
== Description == from [http://www.ntg.nl/pipermail/ntg-context/2010/049662.html a mail] by [[User:Taco|Taco]]: A makeup is a separate page, like a title page or colofon. There is one standard makeup page, but you can define more if needed. It is a page type with a special layout / header & footer sections that last only temporarily. The key point is that such a page does not (have to) rely on the current page layout style, which is especially useful for title pages. By default the page layout set up with <code>\setuplayout</code> is being reused. However, a custom page layout can be used as well. <code>\definemakeup</code> automatically uses a layout defined with <code>definelayout</code> with the same name as the makeup. There are two different ways to switch to the defined makeups: <texcode>\startmakeup [custom] … some content …\stopmakeup</texcode>
and
<texcode>
\startcustommakeup
… some content …
\stopcustommakeup
</texcode>
== Example ==
 <!-- Please fill in an example if you can --texcode>% this layout is automatically used by the “custom” makeup\definelayout [custom] [backspace=5mm] \definemakeup [custom] \starttext  \startmakeup [custom] \input ward \stopmakeup  \input knuth  \startcustommakeup \input ward \stopcustommakeup \stoptext</texcode> 
== See also ==
<!-- something like * [[Makeup]],* [[cmdsource:gotopage-mak.mkiv|\gotosource]] . == Help from ConTeXt-->Mailinglist/Forum ==All issues with:{{Forum|{{SUBPAGENAME}}}}
[[Category:Reference/enCommands|setupmakeup]]
4

edits

Navigation menu