On 6/30/22 18:10, Angel M Alganza via ntg-context wrote:
> [...]
> No, you aren't, and it almost does it, except when the fixed width
> column is other than the first one, I'm afraid.

Hi Ángel,

there might be a way to get it, as long as you don’t define height
directly, such as in:

 \starttext
  \showframe
  \startbuffer
  row\currentxtablerow--col\currentxtablecolumn
  \stopbuffer
  \startbuffer[table]
  \startxtable[option={stretch, height}, align={lohi, middle}]
      \startxrow
          \dorecurse{5}
            {\startxcell[width=.115\textwidth]\inlinebuffer\stopxcell}
          \startxcell\inlinebuffer\stopxcell
      \stopxrow
      \startxrow
          \dorecurse{5}
            {\startxcell\inlinebuffer\stopxcell}
          \startxcell[offset=1em]\input zapf\stopxcell
      \stopxrow
      \dorecurse{5}
      {\startxrow
          \dorecurse{6}
            {\startxcell\inlinebuffer\stopxcell}
      \stopxrow}
  \stopxtable
  \stopbuffer
  \getbuffer[table]
  \page
  \setuppapersize[A3, landscape]
  \getbuffer[table]
  \stoptext

Again, just in case it helps,

Pablo
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to