26 Jun
2013
26 Jun
'13
3:36 p.m.
Am 26.06.2013 um 15:30 schrieb Procházka Lukáš Ing. - Pontex s. r. o.
Hello,
On Wed, 26 Jun 2013 15:10:43 +0200, Wolfgang Schuster
wrote: Use the solution in the following mail which deals with the same problem: http://www.ntg.nl/pipermail/ntg-context/2013/073795.html
Wolfgang
the following code seems to work:
---- ... context.startplacetable({location = "here,force,none"}) f() context.stopplacetable() ... ----
I guess:
- "here" and "force" to make the content inside start/stop-placetable non-floating,
You need only “force”. The here keyword places the float only when there is enough space, otherwise it moves it to another location but force keeps it at the position.
- "none" to disable caption.
Yes. Wolfgang