Hi,

I discovered some issues with the legend mechanism.

1) A newline after \startplacelegend fails:

\starttext
\startplacelegend

  \startcontent
    Foo
  \stopcontent
  \startcaption
    Bar
  \stopcaption
\stopplacelegend
\stoptext


2) location != top | bottom throws “Infinite glue shrinkage found in
   a paragraph”:

\starttext
  \startplacelegend [location=left]
    \startcontent
      Foo
    \stopcontent
    \startcaption
      Bar
    \stopcaption
  \stopplacelegend
\stoptext


3) tabulate inside the content fails when not boxed:

\starttext
  \startplacelegend [location=left]
    \startcontent
      \starttabulate
        \NC Alpha \NC Beta \NC\NR
      \stoptabulate
    \stopcontent
    \startcaption
      Bar
    \stopcaption
  \stopplacelegend
\stoptext


Just reporting, nothing which needs to be fixed before EuroTeX.


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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to