Hello,

option "none" has different effect with \placetable and \placefloat.
No problem with this, but as I thought both commands raise from the same code 
(or more precisely: I thought that \placetable is special case (specialization) 
of \placefloat), I'm a bit surprised that \placefloat[none] keeps caption 
whilst \placetable[none] supresses it. See the sample:

----
\setupexternalfigures[location=default]

\starttext
  \placetable[force,none]{}{\externalfigure[cow]} % [1]
  \placefloat[force,none]{}{\externalfigure[cow]}
\stoptext
----

(I'm aware that I'm placing \externalfigure into \placetable in [1] - does it 
matter?)

- Also relates here: https://wiki.contextgarden.net/Command/placefloat .

Best regards,

Lukas
\setupexternalfigures[location=default]

\starttext
  \placetable[force,none]{}{\externalfigure[cow]}
  \placefloat[force,none]{}{\externalfigure[cow]}
\stoptext

Attachment: t2.pdf
Description: Adobe PDF document

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to