Thank you, Hans, My sincere commendation on your work on ConTeXt.
Wouldn't \linecorrection prevent tables from splitting to the next page? Also, I must ask you: is there any way to have tables that split onto the next page with columnsets, without \clearpage initialization? As it seems now, in a two-column page layout, table splitting across pages is possible only when the table is placed in a single-column page layout and with regular columns or with \mixedcolumns. Is this correct? Thanks! On Tue, Mar 10, 2026 at 12:11 AM Hans Hagen via ntg-context <[email protected]> wrote: > > On 3/9/2026 8:13 PM, Milan Fst wrote: > > Thank you! > > This is what I needed to keep me going. > > I am a beginner, but I like ConTeXt very much. > > for boxed blobs often linecorrection give a bit better results > > \startlinecorrection > \bTABLE > \bTR \bTD test \eTD \eTR > \bTR \bTD test \eTD \eTR > \bTR \bTD test \eTD \eTR > \eTABLE > \stoplinecorrection > > > > Milan > > > > On Mon, Mar 9, 2026 at 8:02 PM Wolfgang Schuster > > <[email protected]> wrote: > >> > >> Am 09.03.2026 um 19:41 schrieb Milan: > >>> Sorry! > >>> This is a complete example, math and itemize and the whole first page are > >>> not on the grid. > >>> > >>> [...] > >> > >> The style for \section contains the following setting to put some space > >> after the title > >> > >> \setuphead > >> [section,subject] > >> [before={\bigskip\bigskip}] > >> > >> This causes the text following \section to go off-grid, the correct way > >> to set the space is to use the \blank command which takes care to insert > >> the correct space. > >> > >> \setuphead > >> [section,subject] > >> [before={\blank[2*big]}] > >> > >> Youz should also avoid "small", "medium" or "big" for \blank when you > >> use grid-mode and stick to values based in the line height like > >> "quarterline", "halfline" or "line". > >> > >> 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 > > ___________________________________________________________________________________ > > > -- > > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl > ----------------------------------------------------------------- > ___________________________________________________________________________________ > 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 ___________________________________________________________________________________
