22 May
2013
22 May
'13
5:25 p.m.
Am 22.05.2013 um 17:08 schrieb john Culleton
Using MKIV and the \placefigure command how do I a. define a reference term in \placefigure command b. refer to that term in my text.
\useMPlibrary[dum] \starttext \placefigure [][fig:one] {First dummy figure} {\externalfigure[dummy-1]} \startplacefigure[reference=fig:two,title=Second dummy figure] \externalfigure[dummy-2] \stopplacefigure This document contains \in{figure}[fig:one] at \at{page}[fig:one] and \in{figure}[fig:two] at \at{page}[fig:two]. \stoptext Wolfgang