Alan BRASLAU
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