On 2012-05-20 Andy Thomas
I made a small example to show the behavior:
[…]
This is a sentence.\margintext{This is a note in the margin.} Another sentence.\margintext{Another note.} \placefigure[margin][fig:one]{This is a small figure.}{\externalfigure[test][width=100pt]} \placefigure[margin][fig:two]{This is another small figure.}{\externalfigure[test][width=100pt]} \stoptext
I also tried to do things such as \margintext{\placefigure...}}, but had no success.
Why not? The following works here: This is a sentence. \margintext{This is a note in the margin.} Another sentence. \margintext{Another note.} \margintext {\placefigure[here][fig:one] {This is a small figure.} {\externalfigure[test][width=100pt]}} \margintext {\placefigure[here][fig:two] {This is another small figure.} {\externalfigure[test][width=100pt]}} Marco