Changes

Jump to navigation Jump to search
755 bytes removed ,  14:59, 8 June 2020
m
no edit summary
<pre>> 2) What \startstandardmakeup do then? And what is the purpose of defining custom makeups? From the source (and I am positive this is also mentioned in the big manual): == Description ==
A makeup is a special, separate that has a special layout, allowing for custom and temporary header & footer sections. Pages that need not rely on the current pagelayout style typically include covers, colophons, like a title page or colofonsimilar. There is one standard makeup page, but you can define more if needed.
As can be seen in http://wiki.contextgarden.net/Command/setupmakeup 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.</pre>&mdash; Taco, in http://www.ntg.nl/pipermail/ntg-context/2010/049662.html== Examples ==
<pre>> Hi everyone, > > I cannot see any effect when using voffset and hoffset as There are a parameter for > \startstandardmakeup. For example: > > \startstandardmakeup[headerstate=none, footerstate=none, > hoffset=1in, hoffset=1in, width=4in, height=7.0in] > ... > \stopstandardmakeup > > I'd expect them few ways to shift the page content up and to the > right, respectively. This is guessing from their nameinvoke a custom makeup: I actually cannot find > any documentation on these parameters. Am I missing something?
indeed they <texcode>\definemakeup[custom][align=middle]\starttext\startmakeup[custom]This is a title page.\stopmakeup \input zapf\stoptext</texcode> And another: <texcode>\definemakeup[custom][align=middle]\starttext\startcustommakeupThis is a title page.\stopcustommakeup \input zapf\stoptext</texcode> By default, makeups lack both header and footers. They are vertically centered and horizontally aligned to the left.. == Vertical Aligment == Makeups are obsolete centered vertically by defaultThe way to align them vertically to the top or to the bottom is the following: <texcode>\setuppapersize[A6]\starttext\startstandardmakeup[top=,]This is vertically aligned to the top.\stopstandardmakeup \startstandardmakeup[bottom=,]This is vertically aligned to the bottom.\stopstandardmakeup \startstandardmakeupThis is the default: vertically centered. layers are better for that \stopstandardmakeup\stoptext</texcode> Horizontal aligment is specified with the <code>align</precode>option. == See Also == * {{cmd|setupmakeup}}* http://wiki.contextgarden.net/Command/setupmakeup* http://www.ntg.nl/pipermail/ntg-context/2010/049662.html&mdash; Hans, * http://www.ntg.nl/pipermail/ntg-context/2010/051896.html [[Category:Basics]][[Category:Layout]]

Navigation menu