Hi!

I've got a problem with text running off the page. The culprit is
the "default=top" float parameter. Is this expected behaviour?

Slightly OT bonus question: What does the “default=auto” parameter
do? I added that years ago and have not found documentation what it
actually does. I actually have set "default=auto, top, bottom".

MWE:

\definefloat
  [smallfigure]
  [smallfigures]
  [figure]

\setupfloat
  [smallfigure]
  [default=outer]

\setupfloat
  [figure]
  [default=top] %% commenting this fixes the issue

\showframe
\starttext

\startplacefigure
  \externalfigure
\stopplacefigure

\startplacesmallfigure
  \externalfigure
\stopplacesmallfigure

\dorecurse{4}{\samplefile{knuth}}

\stoptext

Marco
___________________________________________________________________________________
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