
10 May
2025
10 May
'25
3:15 p.m.
Am 10.05.2025 um 14:41 schrieb Jeroen:
I eventually got it to work as following:
\definefloat [figure]
You don't need \definefloat because "figure" as a float command/environment is predefined. %%%% begin example \setupcaption[figure][style=italic] \starttext \startplacefigure[title={First dummy figure}] \externalfigure[dummy-1] \stopplacefigure \placefigure {Second dummy figure} {\externalfigure[dummy-2]} \stoptext %%%% end example Wolfgang