ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Parameters of a table that interfere on another table
@ 2014-12-09 22:01 Fabrice Couvreur
  2014-12-09 22:21 ` Wolfgang Schuster
  2014-12-09 23:30 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: Fabrice Couvreur @ 2014-12-09 22:01 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,
I do not understand why the parameters of the first table apply to the
second table.
Best regards,
Fabrice

\setuppapersize[A4][A4]

\setuplayout[
        backspace=15mm,
        width=middle,
        topspace=15mm,
        height=middle,
        header=0pt,
        footer=0pt,
            ]
\definelabel[TableRow][text=,headcolor=red,numberconversion=characters,numberstopper=.]

\starttext
\starmidaligned
\blank[big]
\setupTABLE[row][first][align={right}]
\setupTABLE[row][first][align={right,lohi},
topframe=off,leftframe=off,rightframe=off]
\bTABLE[width=0.25\textwidth,offset=1ex]
   \bTR[nc=4]
       \bTD text \eTD
   \eTR
   \bTR
        \bTD \TableRow \ text  \eTD
        \bTD \TableRow \ text  \eTD
        \bTD \TableRow \ text  \eTD
        \bTD \TableRow \ text  \eTD
   \eTR
\bTR
\bTD
\eTD
\bTD
\eTD
\eTR
\eTABLE
\stopmidaligned

\blank[big]
\startmidaligned
\bTABLE[align={middle,lohi}]
\setupTABLE[column][first][width=0.3\textwidth]
\setupTABLE[column][two][width=0.7\textwidth]
\bTR
\bTD[nc=3]
text
\eTD
\bTD[nr=2]
\eTD
\eTR
\bTR
\bTD
text
\eTD
\bTD[nc=2]
text
\eTD
\eTR
\eTABLE
\stopmidaligned
\stoptext

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

[-- Attachment #2: Type: text/plain, Size: 485 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2014-12-12 13:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-09 22:01 Parameters of a table that interfere on another table Fabrice Couvreur
2014-12-09 22:21 ` Wolfgang Schuster
2014-12-09 23:30 ` Wolfgang Schuster
2014-12-12 13:39   ` Fabrice

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