On 8/9/2015 4:06 PM, Pablo Rodriguez wrote:
On 08/08/2015 04:18 PM, Wolfgang Schuster wrote:
[...]
All I can tell at the moment is that the problem is related to the “x”
font size.

\starttext

\startxtable
     \startxrow
         \startxcell[foregroundstyle=\txx] % this fails: foregroundstyle=\tx
             \CONTEXT
         \stopxcell
     \stopxrow
\stopxtable

\stoptext

Wolfgang,

I’m afraid that compilation also crashes with font commands in
foregroundstyle:

     \definefontfamily[newtimes][serif][TeX Gyre Termes]
     \setupbodyfont[palatino, 12pt]
     \setuphead[section][style=\newtimes\tfx]
     \starttext
     \section{Comparision}
     \startxtable
     \startxrow
     \startxcell[foregroundstyle=\newtimes] \ConTeXt\stopxcell
     \stopxrow
     \stopxtable
     \stoptext

hm, hard to catch (esp if we want to do that everywhere it will be a slow downer) ... i'll do it for cells but so far other mechanisms were less sensitive for this (we'd need an extension to luatex for handling such cases ... maybe i'll look into that later)

as i don't upload today you can test

\setupxtable[newtimes][foregroundstyle=\newtimes]
\startxcell[newtimes]                  ...\stopxcell



-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to