28 Nov
2024
28 Nov
'24
3 p.m.
Henning Hraban Ramm schrieb am 28.11.2024 um 15:51:
Am 28.11.24 um 14:38 schrieb Joel via ntg-context:
\placefigure[here, force]{Map of New Mexico}{\externalfigure[map1a] [width=.8\textwidth]}
The space in "here, force" might confuse the parser, but "force" implies "here" anyway.
The space after the comma isn't a problem but but you can't use here and force at the same time. To prevent the float from moving to another position use force but here is just a suggestion which can be ignored by Context. Wolfgang