Hans,

I have the following sample:

    \setupindenting[yes, always, big]
    \starttext
    This is the first pagraph.

    \startbuffer[somextable]
    \startxtable[option=stretch, align=center]
        \startxrow
            \startxcell[width=.3\textwidth] a \stopxcell
            \startxcell[width=.2\textwidth] b \stopxcell
            \startxcell[width=.2\textwidth] c \stopxcell
            \startxcell[width=.3\textwidth] d \stopxcell
        \stopxrow
    \stopxtable
    \stopbuffer

    \startxtable[option=stretch, align=center]
        \startxrow
            \startxcell[width=.2\textwidth] a \stopxcell
            \startxcell b \stopxcell
            \startxcell c \stopxcell
            \startxcell[width=.2\textwidth] d \stopxcell
        \stopxrow
    \stopxtable

    This is the second paragraph.

    \getbuffer[somextable]

    This is the third paragraph.
    \stoptext

With beta from 2015.05.13 13:04, the second and third paragraphs aren’t
indented. With beta from 2015.03.25 22:13, all three paragraphs are
indented.

I’m afraid this may be a bug.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
___________________________________________________________________________________
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