2 Jan
2016
2 Jan
'16
5:31 p.m.
Alan BRASLAU mailto:alan.braslau@cea.fr 31. Dezember 2015 um 20:09 Works fine here.
Alan
P.S. I simplified your code slightly:
\definefloat [recipe] [figure] [default={right,none}] You can’t do this because the second argument is used the names of the \placelistof… and \completelistof… command.
The correct definition for the new float is: \definefloat[recipe][recipes][figure] \setupfloat[recipe][default={right,none}] Wolfgang