Changes

Jump to navigation Jump to search
m
no edit summary
The following partial example adds a picture at the end of each chapter:
<pretexcode>\definecounter[EventCount] [ way=bytext, prefix=no, ]
\startTEXpage
\incrementcounter[EventCount]
\externalfigure[{\rawcountervalue[EventCount]}] [ height=\paperheight, orientation=90, ]
\stopTEXpage
</pretexcode>
The pictures are numbered sequentially, starting at 1.

Navigation menu