Hi!!

I don't know what is happening, but i don't receive emails from de list ...only i receive the "Digest" emails.
 
I saw the answare  from web; thanks Otared Kavian for your answared.

What will be the problem? Why do not I receive the emails?

I want to participate in this list

thanks....


El mar., 26 feb. 2019 a las 8:54, Felipe de Jesús Molina Bravo (<fjmolinabravo@gmail.com>) escribió:
Hi!!

I am begginer in "context" ( and "tex" too). I want to generate the next table:

A.1 A.2 A.3 A.4
B.3 B.4
C.4


I am using xtables and the code is the next:


\starttext
\startxtable[frame=on]
  \startxtablehead
    \startxrow
       \startxcell[ny=3, nx=1] A.1 \stopxcell
       \startxcell[ny=3, nx=1] A.2 \stopxcell
       \startxcell[ny=1, nx=1] A.3 \stopxcell
       \startxcell[ny=1, nx=1] A.4 \stopxcell
    \stopxrow
    \startxrow
       \startxcell[ny=2, nx=1] B.3 \stopxcell
       \startxcell[ny=1, nx=1] B.4 \stopxcell
    \stopxrow
    \startxrow
       \startxcell[ny=1, nx=1] C.4 \stopxcell
    \stopxrow
  \stopxtablehead
\stopxtable
\stoptext

and the result table (with above code) is:


image.png

I don't find what is my error....can anybody help me?


thanks in advance!!