ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Questions for eTABLE
@ 2021-02-22 18:58 Alain Delmotte
  2021-02-22 19:09 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Alain Delmotte @ 2021-02-22 18:58 UTC (permalink / raw)
  To: liste ConTeXt

[-- Attachment #1: Type: text/html, Size: 7387 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Questions for eTABLE
  2021-02-22 18:58 Questions for eTABLE Alain Delmotte
@ 2021-02-22 19:09 ` Wolfgang Schuster
  2021-02-23 11:39   ` Alain Delmotte
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2021-02-22 19:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Alain Delmotte schrieb am 22.02.2021 um 19:58:
>
> Hi!
>
> I have the following program:
>
> ------------------------
>
> \definecolor [tableheader] [x=00ADEF]
>
> \setupbodyfont[dejavu,10pt,ss]
>
> % setups and example thanks to Wolfgang Schuster
>
> \startsetups[tablesettings]
>
> \setupTABLE[start][framecolor=gray,loffset=.5ex,roffset=.5ex]
>
> \setupTABLE[row][first][background=color,backgroundcolor=tableheader,foregroundcolor=white]
>
> \setupTABLE[first][first][corner=08]
>
> \setupTABLE[last][first][corner=05]
>
> \setupTABLE[first][last][corner=07]
>
> \setupTABLE[last][last][corner=06]
>
> \stopsetups
>
> \starttext
>
> {\bf Singular}
>
> \setupTABLE[c][1,2,3][width=5cm]
>
> \placetable[none][]{}{
>
> \bTABLE[setups=tablesettings]
>
> \bTR \bTH Pronoun \eTH \bTH Particle \eTH \bTH Noun \eTH \eTR
>
> \bTR \bTH Mimi/Wewe/Yeye \eTH \bTH ni \eTH \bTH Mtanzania/Mmarekani 
> /Mkenya \eTH \eTR
>
> \bTR \bTH {\sl I/You/He or She} \eTH \bTH {\sl am/are/is} \eTH \bTH 
> {\sl (a/an) Tanzanian/American/Kenyan} \eTH \eTR
>
> \bTR \bTH Mimi/Wewe/Yeye \eTH \bTH si\eTH \bTH Mtanzania/Mmarekani 
> /Mkenya \eTH \eTR
>
> \bTR \bTH {\sl I/You/He or She} \eTH \bTH {\sl am/are/is not} \eTH 
> \bTH {\sl (a/an) Tanzanian/American /Kenyan} \eTH \eTR
>
> \eTABLE
>
> }
>
> \input zapf
>
> \stoptext
>
> ------------------------
>
> I do not understand why the lines in Swahilli are in bold?
>

Use \bTD ... \eTD for the cells. The \bTH ... \eTH pair is for header 
lines and changes the style to bold.

> If for the table I use \setupTABLE[c]1,2,3][width= 5cm, align=left] 
> the texts are aligned to the right, if I say align=right they are to 
> the left. OK to have left alignment the align instruction is not 
> necessary, but for right?

https://wiki.contextgarden.net/Right_and_left

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 7119 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Questions for eTABLE
  2021-02-22 19:09 ` Wolfgang Schuster
@ 2021-02-23 11:39   ` Alain Delmotte
  0 siblings, 0 replies; 3+ messages in thread
From: Alain Delmotte @ 2021-02-23 11:39 UTC (permalink / raw)
  To: liste ConTeXt

[-- Attachment #1: Type: text/html, Size: 8762 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-23 11:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-22 18:58 Questions for eTABLE Alain Delmotte
2021-02-22 19:09 ` Wolfgang Schuster
2021-02-23 11:39   ` Alain Delmotte

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).