18 Dec
2007
18 Dec
'07
3:11 p.m.
2007/12/18, Roger Mason
Hello again,
"Wolfgang Schuster"
writes: \definefloat[plot][plots][figure] \setupfloat[plot][command={\scale[width=5cm]}]
What would the plural form be used for? Could I use it to define a combination? If so, how?
Thanks for the help,
Roger
You need normaly only two parameters for \definefloat, e.g. the example \definefloat[plot][plot] create the command \placeplot to place the plots in your document and the commands \placelistofplots and \completelistofplots to place a content list with a plots in your document. The \definefloat command with three arguments did the same thing, but the caption of the plots is taken from \placefigure and the plotnumber is also incremented with every figure in your document. Wolfgang