Documentation
Publicon
Reference
Preferences
Formatting Options
Automatic Numbering Options
Counter Assignment and Incrementing
CounterIncrements
• CounterIncrements is an option for cells that determines if the value of a specified counter is incremented by one.
• CounterIncrements
{"Counter1"} increases the value of Counter1 by one.
• CounterIncrements is usually defined for particular cell styles in the style sheet, but it can also be defined for an individual cell.
CounterAssignments
• CounterAssignments is an option for cells that determines the value of a specified counter.
• CounterAssignments
{{"Counter1"
"m"} , {"Counter1"
"n"}} assigns the values m and n to Counter1 and Counter2, respectively.
• CounterAssignments is usually defined for particular cell styles in the style sheet, but it can also be defined for an individual cell.
InlineCounterIncrements
• InlineCounterIncrements is an option for cells that determines if the value of a specified counter in an inline cell should be incremented by one.
• InlineCounterIncrements
{"Counter1"} increases the value of Counter1 by one.
• InlineCounterIncrements is usually defined for particular cell styles in the style sheet, but it can also be defined for an individual cell.
InlineCounterAssignments
• InlineCounterAssignments is an option for cells that determines the value of a specified counter for an inline cell.
• InlineCounterAssignments
{{"Counter1"
"m"} , {"Counter1"
"n"}} assigns the values m and n to Counter1 and Counter2, respectively.
• InlineCounterAssignments is usually defined for particular cell styles in the style sheet, but it can also be defined for an individual cell.