Re: [NTG-context] Parameters of a table that interfere on another table

2014-12-12 Thread Fabrice

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
___
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
___

[NTG-context] Parameters of a table that interfere on another table

2014-12-09 Thread Fabrice Couvreur
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
___
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
___

Re: [NTG-context] Parameters of a table that interfere on another table

2014-12-09 Thread Wolfgang Schuster

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

What is the problem?

Wolfgang

___
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
___

Re: [NTG-context] Parameters of a table that interfere on another table

2014-12-09 Thread Wolfgang Schuster

 Am 09.12.2014 um 23:01 schrieb Fabrice Couvreur fabrice1.couvr...@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

___
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
___