Open main menu

Changes

pageleft and pageright in setupregister
<td class="cmd">[[Command/keyword:method|method]]</td>
<td>[[Command/value:default|default]] [[Command/value:before|before]] [[Command/value:after|after]] [[Command/value:first|first]] [[Command/value:last|last]]</td>
</tr>
<tr valign="top" class="third">
<td class="cmd">[[Command/keyword:pageleft|pageleft]]</td>
<td>[[Command/value:command|command]]</td>
</tr>
<tr valign="top" class="third">
<td class="cmd">[[Command/keyword:pageright|pageright]]</td>
<td>[[Command/value:command|command]]</td>
</tr>
</table>
<td>method</td>
<td>sets up the sorter used for {{cmd|placeregister}}</td>
</tr>
<tr>
<td>pageleft</td>
<td>custom command before the first page number</td>
</tr>
<tr>
<td>pageright</td>
<td>custom command after the last page number</td>
</tr>
</table>
For the MkIV version of setting the pagestyle, and more, see the material on {{cmd|defineprocessor}} that is on [[Registers#Prcoessors|this page]].
 
== pageleft and pageright ==
 
They were introduced in ConTeXt MkIV version 1.02 (2018.05.12 00:07).
 
You can use them, for example, to move the page numbers to the right, with:
 
<pre>
\setupregister[index][pageleft=\wordright\bgroup,pageright=\egroup]
</pre>
 
See [http://www.mail-archive.com/ntg-context@ntg.nl/msg87812.html this thread]
on the mailing list.
== See also ==
26

edits