Changes

Jump to navigation Jump to search
m
no edit summary
Creates a new numeric counter.
 
== Example ==
 
The following partial example adds a picture at the end of each chapter:
 
<code>
\definecounter[EventCount][
way=bytext,
prefix=no
]
 
\startTEXpage
\incrementcounter[EventCount]
\externalfigure[{\rawcountervalue[EventCount]}][
height=\paperheight,
orientation=90,
]
\stopTEXpage
</code>
 
The pictures are numbered sequentially, starting at 1.
== See Also ==
* {{cmd|decrementcounter}} - Decrease the counter value
* {{cmd|rawcounter}} - Retrieve the unformatted value
* {{cmd|rawcountervalue}} - Retrieve the unformatted value
* {{cmd|convertedcounter}} - Retrieve the formatted value
419

edits

Navigation menu