On 3/8/26 18:56, Milan Fst wrote: > Hi Pablo, > > Thank you for your comment and for sharing the sample. > As a newcomer here, I was hesitant to include a full-length example. I > am adding it below.
Hi Milan, the sample is described as minimal and working for a reason. Your full sample doesn’t even follow the grid on the first paragraph (displayed once `\showframe\showgrid` is added to the source). I’m afraid I cannot fix all the different samples you may send (when I already provided a shorter one). > I also tried your sample, but I noticed that the gaps between rows are > still present. I am using https://www.context-on-web.eu/ I see now. I was using `frame=off` for most of the time and with `\showframe\showgrid` I didn’t noticed the mess before. If you need lines for your tables (`frame=on` is the default), I’m afraid that I cannot help here. > Could there be something else in the environment or styling that might > be causing this? None I can think of. > You also used \getbuffer commands. Is that recommended before xtable? > What is the specific functionality of \getbuffer? Getting a previously defined buffer (as many times as you want)? \starttext \startbuffer[great] \ConTeXt\ is great! \stopbuffer \dorecurse{5} {\getbuffer[great] (\recurselevel)\par} \stoptext There is nothing specific to `xtables`. I just used it to have columns and xtables (more than once). I hope it helps, Pablo ___________________________________________________________________________________ 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 ___________________________________________________________________________________
