I am noticing that the text slips out from the grid when I add itemize
and equations, like this
\subject{Math}
An equation can be typeset inline like $e^{\pi i}+1=0$, or as a
displayed formula:
\startformula
\int_0^\infty t^4 e^{-t}\,dt = 24.
\stopformula
\subject{A list}
Here is an example of a list.
\startitemize[a] % tags are lowercase letters
\item first
\item second
\item third
\stopitemize
On Mon, Mar 9, 2026 at 6:16 PM Wolfgang Schuster
<[email protected]> wrote:
>
> Am 09.03.2026 um 15:37 schrieb Milan:
> > Does anyone else have any idea what to do?
>
> If you don't use xtables in a columns block you can wrap the table in
> float element, this keeps the table together and ensures the following
> text stays on the grid.
>
> \setuplayout[grid=yes]
>
> %\showgrid
>
> \starttext
>
> \startcolumns
> \dorecurse{2}{\samplefile{lorem}}
> \stopcolumns
>
> \startplacetable[location={none,split}]
> \startxtable[width=.5tw]
> \dorecurse{20}{\startxrow \startxcell Row #1 \stopxcell \stopxrow}
> \stopxtable
> \stopplacetable
>
> \startcolumns
> \dorecurse{2}{\samplefile{lorem}}
> \stopcolumns
>
> \stoptext
>
> Wolfgang
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the
> Wiki!
>
> maillist : [email protected] /
> https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
> webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
> archive : https://github.com/contextgarden/context
> wiki : https://wiki.contextgarden.net
> ___________________________________________________________________________________
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : [email protected] /
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________