ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Xavier Dionne <xavier.dionne@hotmail.com>
To: "ntg-context@ntg.nl" <ntg-context@ntg.nl>
Subject: Table generator : Issues with borders and rotated cells
Date: Tue, 19 Jun 2018 01:26:48 +0000	[thread overview]
Message-ID: <DM5PR19MB14650491293D24AECEBC6F53F7700@DM5PR19MB1465.namprd19.prod.outlook.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 3452 bytes --]

Hi everyone,

Excuse my poor English. I recently updated my online table generator (http://latex-tables.com) to support ConTeXt. It also supports many languages, like LaTeX, Plain TeX, Markdown, HTML and more. It uses the eXtreme table format and supports many features including :
- Borders, border width and border color
- Merged cells
- Background color
- Alignment (flushleft, center, flushright)
- Splitted tables
- Rotated tables
- Caption
- More...

However, I have many issues that I have trouble to fix.

1/ I have many troubles with borders, because I can't set the color and the width of each border. Instead, I use "fake rows" and "fake cells" when it is necessary. However, I can't figure out how to set the height of a row to 0.4pt. It's always bigger. So, instead I use "location=hanging" on this row but, because of this, borders are hidden behind the next row's background. What can I do about this ?

MWE without background color :

\definecolor[Siren][r=0.502,g=0,b=0.251]
\definecolor[Rose][r=1,g=0,b=0.502]
\definecolor[FlushOrange][r=1,g=0.502,b=0]
\definecolor[ElectricViolet][r=0.502,g=0,b=1]
\definecolor[Chartreuse][r=0.502,g=1,b=0]
\definecolor[BlushPink][r=1,g=0.502,b=1]
\placetable[none]{}{
  \startxtable[align=lohi,framecolor=Siren,frame=off,leftframe=on,rightframe=on]
    \startxrow[offset=overlay,location=hanging,topframe=on]
      \startxcell\stopxcell
      \startxcell[framecolor=Rose]\stopxcell
    \stopxrow
    \startxrow
      \startxcell[rightframe=off,framecolor=cyan] A\stopxcell
      \startxcell[rightframe=off,framecolor=FlushOrange] B\stopxcell
      \startxcell[width=0pt,framecolor=ElectricViolet]\stopxcell
    \stopxrow
    \startxrow[offset=overlay,location=hanging,topframe=on,framecolor=Chartreuse]
      \startxcell\stopxcell
      \startxcell[framecolor=BlushPink]\stopxcell
    \stopxrow
  \stopxtable
}

MWE with background color

\definecolor[Siren][r=0.502,g=0,b=0.251]
\definecolor[Rose][r=1,g=0,b=0.502]
\definecolor[FlushOrange][r=1,g=0.502,b=0]
\definecolor[ElectricViolet][r=0.502,g=0,b=1]
\definecolor[Chartreuse][r=0.502,g=1,b=0]
\definecolor[BlushPink][r=1,g=0.502,b=1]
\definecolor[Dolly][r=1,g=1,b=0.502]
\placetable[none]{}{
  \startxtable[align=lohi,background=color,backgroundcolor=Dolly,framecolor=Siren,frame=off,leftframe=on,rightframe=on]
    \startxrow[offset=overlay,location=hanging,topframe=on,background=none]
      \startxcell\stopxcell
      \startxcell[framecolor=Rose]\stopxcell
    \stopxrow
    \startxrow
      \startxcell[rightframe=off,framecolor=cyan] A\stopxcell
      \startxcell[rightframe=off,framecolor=FlushOrange] B\stopxcell
      \startxcell[width=0pt,framecolor=ElectricViolet]\stopxcell
    \stopxrow
    \startxrow[offset=overlay,location=hanging,topframe=on,framecolor=Chartreuse]
      \startxcell\stopxcell
      \startxcell[framecolor=BlushPink]\stopxcell
    \stopxrow
  \stopxtable
}

2/ I have trouble with rotated cells. It seems to affect the width of the table. How can I use a rotated cell without setting manually a fixed width.

MWE :

\placetable[none]{}{
  \startxtable[align=lohi]
    \startxrow
      \startxcell \rotate[rotation=90]{Test test test}\stopxcell
      \startxcell Test\stopxcell
    \stopxrow
    \startxrow
      \startxcell Test\stopxcell
      \startxcell Test\stopxcell
    \stopxrow
  \stopxtable
}

Thank you !

- X.D.

[-- Attachment #1.2: Type: text/html, Size: 7844 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 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:[~2018-06-19  1:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-19  1:26 Xavier Dionne [this message]
2018-06-27  8:50 ` Wolfgang Schuster

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=DM5PR19MB14650491293D24AECEBC6F53F7700@DM5PR19MB1465.namprd19.prod.outlook.com \
    --to=xavier.dionne@hotmail.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).