[NTG-context] How to switch off the numbering of a float in a CLDocument?
Henning Hraban Ramm
texml at fiee.net
Mon Jul 18 20:56:07 CEST 2022
Am 18.07.22 um 20:31 schrieb Willi Egger via ntg-context:
> Hi all,
>
> I wanted to place a figure in a cld. The example in the cld manual does not reveal how to influence bahavior except for the caption.
>
> context.placefigure(
> “caption”,
> function() context.externalfigure({i}, { width = "\\textwidth" } ) end )
>
> Can anybody enlighten me?
Just use
context.startplacefigure({ option = "some", otheroption = "thing" })
...
context.stopplacefigure()
Hraban
More information about the ntg-context
mailing list