Open main menu

Changes

2,070 bytes added ,  13:05, 14 September 2023
Created page with "Documentation for \startmakeup ... \stopmakeup"
<cd:commandgroup name="makeup" type="environment" xmlns:cd="http://wiki.contextgarden.net/commanddoc/20200807">
<cd:shortdesc><!-- a short command summary goes here -->
The environment <tt>\startmakeup ... \stopmakeup</tt> is used for pages with an explicit layout
</cd:shortdesc>
<cd:variants>
<cd:command category="structure" file="page-mak.mkvi" interfacedate="2020-07-14T09:24" interfacefile="i-makeup.xml" keywords="layout" level="document" name="makeup" type="environment" variantnumber="1">
<cd:arguments>
<cd:keywords ordinal="1">
<cd:keywordsdoc></cd:keywordsdoc>
<cd:constant type="cd:name"></cd:constant>
</cd:keywords>
<cd:assignments list="yes" optional="yes" ordinal="2">
<cd:assignmentsdoc></cd:assignmentsdoc>
<cd:inherit name="setupmakeup"></cd:inherit>
</cd:assignments>
</cd:arguments>
</cd:command>
</cd:variants>
<cd:description>A makeup is a separate page, like a title page or colofon. There is one standard makeup page predefined, but you can define more if needed.

It is a page type with a special layout / header and 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.</cd:description>
<cd:examples><cd:example title=""><context source="yes">
% next lines are illustrative only
\setuppapersize[A7,landscape][A6] \showframe
\setuppaper[mx=1,ny=2]
\setuparranging[XY]

\starttext

\startmakeup [standard]
\input ward
\stopmakeup

\input knuth
\stoptext
</context>
</cd:example></cd:examples>
<cd:notes></cd:notes>
<cd:seealso>
<cd:commandref name="definemakeup" originator="system"></cd:commandref>
<cd:commandref name="setupmakeup" originator="system"></cd:commandref>
<cd:source file="page-mak.mkvi" originator="system"></cd:source>
<cd:wikipage originator="system" page="Category:Structure"></cd:wikipage>
<cd:wikipage originator="system" page="Keywords:Layout"></cd:wikipage>
<cd:commandref name="_startmakeup"></cd:commandref></cd:seealso>
</cd:commandgroup>