Difference between revisions of "Command/defineregister"

From Wiki
Jump to navigation Jump to search
m
m
Line 3: Line 3:
 
|attributes=
 
|attributes=
 
}}
 
}}
 +
 +
== [[Help:Reference|Syntax]] ==
 +
<table cellspacing="4" cellpadding="2" class="cmd">
 +
  <tr>
 +
    <td colspan="2" class="cmd">\defineregister<span class="first" >[...]</span><span class="second" >[...]</span></td>
 +
  </tr>
 +
  <tr valign="top" class="first">
 +
    <td class="cmd">[...]</td>
 +
    <td>singular </td>
 +
  </tr>
 +
  <tr valign="top" class="second">
 +
    <td class="cmd">[...]</td>
 +
    <td>plural </td>
 +
  </tr>
 +
  <tr valign="top" class="second">
 +
    <td class="cmd">[...]</td>
 +
    <td>compress </td>
 +
  </tr>
 +
</table>
  
 
== Description ==
 
== Description ==
Line 30: Line 49:
 
</context>
 
</context>
  
== [[Help:Reference|Syntax]] ==
+
== See also ==
<table cellspacing="4" cellpadding="2" class="cmd">
 
  <tr>
 
    <td colspan="2" class="cmd">\defineregister<span class="first" >[...]</span><span class="second" >[...]</span></td>
 
  </tr>
 
  <tr valign="top" class="first">
 
    <td class="cmd">[...]</td>
 
    <td>singular </td>
 
  </tr>
 
  <tr valign="top" class="second">
 
    <td class="cmd">[...]</td>
 
    <td>plural </td>
 
  </tr>
 
  <tr valign="top" class="second">
 
    <td class="cmd">[...]</td>
 
    <td>compress </td>
 
  </tr>
 
</table>
 
  
 
+
See also {{cmd|setupregister}}.
== Description ==
 
 
 
 
 
 
 
== Example ==
 
<!-- Please fill in an example if you can -->
 
 
 
== See also ==
 
<!-- something like {{cmd|goto}} -->
 
  
 
== Help from ConTeXt-Mailinglist/Forum ==
 
== Help from ConTeXt-Mailinglist/Forum ==

Revision as of 20:20, 23 February 2014

\defineregister

Syntax

\defineregister[...][...]
[...] singular
[...] plural
[...] compress

Description

The \defineregister command configures how indexes are presented.

Examples

The following section provides example usages.

Hyphenated Sequences

Often indexes will have consecutive page numbers hyphenated, such as: 1, 4-7, 10. The following code produces a hyphenated index:

\defineregister
  [photographer]
  [compress=yes]

\starttext
  \dorecurse{4}{%%
    Foo
    \photographer{Yousuf Karsh} \page}

  \completephotographer
\stoptext

See also

See also \setupregister.

Help from ConTeXt-Mailinglist/Forum

All issues with: