Re: bTABLE: bottomframe at page break
Bruce Horrocks <[email protected]>
| Newsgroups | gmane.comp.tex.context |
|---|---|
| Message-ID | <[email protected]> |
> On 7 Apr 2026, at 19:20, Espitermann Sr. <[email protected]> wrote: > > Hi, > > Using \bTABLE with [split=repeat], is there a way to draw a horizontal line below the last row on each page? > > [bottomframe=on] only works for specific rows, and [row][last][bottomframe=on] applies only to the final row of the table, not per page. > > Is this possible, or is there a recommended workaround? There is no built-in way but there is a hack you can apply when your document is ready, which is to pre-calculate the rows that need to be underlined. \setupTABLE [split=repeat,frame=off] \setupTABLE [row][32,64,96,100][bottomframe=on] \starttext \bTABLE \dorecurse{100}{ \bTR\bTD aaa \eTD\bTD #1 \eTD\eTR } \eTABLE \stoptext — Bruce Horrocks Hampshire, UK ___________________________________________________________________________________ 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 ___________________________________________________________________________________