30 Apr
2010
30 Apr
'10
4:08 a.m.
On Thu, 29 Apr 2010, Troy Henderson wrote:
I am trying to reference a figure, and the results are not as expected. Here is my snippet.
\placefigure[fig:myfigure]{A beautiful circle}{
\placefigure[][fig:myfigure]{...}{...}
\startMPcode draw fullcircle scaled 72; \stopMPcode } Isn't Figure \in[fig:myfigure] beautiful?
When this code renders, the text says "Isn't Figure ?? beautiful?" How can I get the correct figure number?
When \placefigure is used with only one optional argument, the optional argument is interpreted as the placement specifier (here, left, right, top, bottom), rather than the label. Aditya