ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Felipe de Jesús Molina Bravo" <fjmolinabravo@gmail.com>
To: ntg-context@ntg.nl
Subject: xtables rowspan
Date: Tue, 26 Feb 2019 08:54:02 -0600	[thread overview]
Message-ID: <CALrs2KNt0U=YH7hFpz5qA=KL3Q=91C5CgtkOwm2=jcC7QfrtfQ@mail.gmail.com> (raw)


[-- Attachment #1.1.1: Type: text/plain, Size: 808 bytes --]

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: image.png]

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


thanks in advance!!

[-- Attachment #1.1.2: Type: text/html, Size: 3257 bytes --]

[-- Attachment #1.2: image.png --]
[-- Type: image/png, Size: 2734 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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	other threads:[~2019-02-26 14:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-26 14:54 Felipe de Jesús Molina Bravo [this message]
2019-02-27 14:41 ` Otared Kavian
2019-03-04 18:19 ` Felipe de Jesús Molina Bravo
2019-03-05  9:57   ` Arthur Reutenauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CALrs2KNt0U=YH7hFpz5qA=KL3Q=91C5CgtkOwm2=jcC7QfrtfQ@mail.gmail.com' \
    --to=fjmolinabravo@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).