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

* Re: Parameters of a table that interfere on another table
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2014-12-09 22:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


> Am 09.12.2014 um 23:01 schrieb Fabrice Couvreur <fabrice1.couvreur@gmail.com>:
> 
> 
> Hi,
> I do not understand why the parameters of the first table apply to the second table.

What is the problem?

Wolfgang


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

* Re: Parameters of a table that interfere on another table
  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
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2014-12-09 23:30 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


> Am 09.12.2014 um 23:01 schrieb Fabrice Couvreur <fabrice1.couvreur@gmail.com>:
> 
> 
> Hi,
> I do not understand why the parameters of the first table apply to the second table.
> Best regards,
> Fabrice
> 
> \setupTABLE[column][two][width=0.7\textwidth]

This setup doesn’t work because „two“ isn’t a valid keyword for \setupTABLE, you have to replace it with "2".

Wolfgang


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

* Re: Parameters of a table that interfere on another table
  2014-12-09 23:30 ` Wolfgang Schuster
@ 2014-12-12 13:39   ` Fabrice
  0 siblings, 0 replies; 4+ messages in thread
From: Fabrice @ 2014-12-12 13:39 UTC (permalink / raw)
  To: ntg-context


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

Hi Wolfgang,
Sorry for the late reply.
Thank you, I replaced the "two" with "2" in my tables. But I am trying 
to make a geometry course in space with many tables including many 
figures, and I still have problems with the tables.
The file is too long to be posted on the forum, I try to correct the 
problems one by one.
Best regards,
Fabrice

[-- Attachment #1.2: Type: text/html, Size: 1602 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).