31 Jul
2024
31 Jul
'24
8:49 p.m.
Henning Hraban Ramm schrieb am 31.07.2024 um 20:43:
Hi, I defined new float types for special figure/caption placement, but would like to use the general figure counter. I didn’t find a setup for that. How can I do this?
pseudocode:
\setupfloat[myfigure][ counter=figure, ]
\useMPlibrary[dum] \definefloat[myfigure][figure] \starttext \startplacefigure[title=Figure] \externalfigure[dummy-a] \stopplacefigure \startplacemyfigure[title=Myfigure] \externalfigure[dummy-a] \stopplacemyfigure \stoptext Wolfgang