Re: [NTG-context] aligning of tables and tabulate

2005-07-13 Thread Mojca Miklavec

Radhelorn wrote:

Mojca Miklavec wrote:

Radhelorn wrote:

Maybe this is a stupid question, but according to manual this should 
align tables right:


\setuptabulate[align=right]
some text before
\starttabulate[|l|l|]


I've tried left, right, middle, center... to no effect. Both tables 
remain left aligned.


\starttabulate[|r|r|] and \starttable[|r|r|]


This aligns cell contents but not tables themselves.


Sorry, I didn't understand the question.

If you need the solution:

\rightaligned{\starttable[|l|l|]
\HL
\NC testxxx \NC test \NC\AR
\NC test \NC testxxx \NC\AR
\HL
\stoptable}

If you need the reason, why \setuptabulate[align=...] doesn't work, 
someone else has to answer it.


Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] aligning of tables and tabulate

2005-07-13 Thread Radhelorn

Mojca Miklavec wrote:

Radhelorn wrote:


Mojca Miklavec wrote:


Radhelorn wrote:

Maybe this is a stupid question, but according to manual this should 
align tables right:


\setuptabulate[align=right]
some text before
\starttabulate[|l|l|]



I've tried left, right, middle, center... to no effect. Both tables 
remain left aligned.



\starttabulate[|r|r|] and \starttable[|r|r|]



This aligns cell contents but not tables themselves.



Sorry, I didn't understand the question.

If you need the solution:

\rightaligned{\starttable[|l|l|]
\HL
\NC testxxx \NC test \NC\AR
\NC test \NC testxxx \NC\AR
\HL
\stoptable}

If you need the reason, why \setuptabulate[align=...] doesn't work, 
someone else has to answer it.




Thanks. This will do as temporal solution, but with many tables this 
quickly get out of hand.


Maybe someone look into this problem. I've found out that 
\startalignment \stopalignment not influences tables too.


--
Radhelorn [EMAIL PROTECTED]
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


[NTG-context] aligning of tables and tabulate

2005-07-12 Thread Radhelorn

Hello!
Maybe this is a stupid question, but according to manual this should 
align tables right:


\starttext
\setuptabulate[align=right]
some text before
\starttabulate[|l|l|]
\HL
\NC test \NC test \NR
\NC test \NC test \NR
\HL
\stoptabulate
in the middle
\setuptables[align=right]
\starttable[|l|l|]
\HL
\NC test \NC test \NC\AR
\NC test \NC test \NC\AR
\HL
\stoptable
after after
\stoptext

I've tried left, right, middle, center... to no effect. Both tables 
remain left aligned.


Thanks for your patience.

--
Radhelorn [EMAIL PROTECTED]
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] aligning of tables and tabulate

2005-07-12 Thread Mojca Miklavec

Radhelorn wrote:
Maybe this is a stupid question, but according to manual this should 
align tables right:


\setuptabulate[align=right]
some text before
\starttabulate[|l|l|]


I've tried left, right, middle, center... to no effect. Both tables 
remain left aligned.


\starttabulate[|r|r|] and \starttable[|r|r|]

Mojca
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] aligning of tables and tabulate

2005-07-12 Thread Radhelorn

Mojca Miklavec wrote:

Radhelorn wrote:

Maybe this is a stupid question, but according to manual this should 
align tables right:


\setuptabulate[align=right]
some text before
\starttabulate[|l|l|]



I've tried left, right, middle, center... to no effect. Both tables 
remain left aligned.



\starttabulate[|r|r|] and \starttable[|r|r|]



This aligns cell contents but not tables themselves.

--
Radhelorn [EMAIL PROTECTED]
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context