ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problem with align in natural tables
@ 2017-05-15 16:44 Alan Bowen
  2017-05-15 16:48 ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Bowen @ 2017-05-15 16:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

I am having trouble centering a table:

\setupTABLE[align=middle] %flushright]
\bTABLE
\bTR\bTD Sun \eTD\bTD Aries\eTD\eTR
\eTABLE

produces a table that is flush left with  ConTeXt  ver: 2017.05.12.
align=middle used to be sufficient. So what has changed or what have I
missed?

Alan

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

[-- Attachment #2: Type: text/plain, Size: 492 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] 5+ messages in thread

* Re: problem with align in natural tables
  2017-05-15 16:44 problem with align in natural tables Alan Bowen
@ 2017-05-15 16:48 ` Wolfgang Schuster
  2017-05-15 17:12   ` Alan Bowen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2017-05-15 16:48 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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


> Alan Bowen <mailto:bowenalan03@gmail.com>
> 15. Mai 2017 um 18:44
> I am having trouble centering a table:
>
> \setupTABLE[align=middle] %flushright]
> \bTABLE
> \bTR\bTD Sun \eTD\bTD Aries\eTD\eTR
> \eTABLE
>
> produces a table that is flush left with  ConTeXt  ver: 2017.05.12.
> align=middle used to be sufficient. So what has changed or what have I 
> missed?
>
Do you want to align the content of the table or the table itself?

Wolfgang

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

[-- Attachment #2: Type: text/plain, Size: 492 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] 5+ messages in thread

* Re: problem with align in natural tables
  2017-05-15 16:48 ` Wolfgang Schuster
@ 2017-05-15 17:12   ` Alan Bowen
  2017-05-15 17:18     ` Wolfgang Schuster
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Bowen @ 2017-05-15 17:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

The table itself and horizontally. Sorry, should have been clear about that.

Alan

On Mon, May 15, 2017 at 12:48 PM, Wolfgang Schuster <
schuster.wolfgang@gmail.com> wrote:

>
> Alan Bowen <bowenalan03@gmail.com>
> 15. Mai 2017 um 18:44
> I am having trouble centering a table:
>
> \setupTABLE[align=middle] %flushright]
> \bTABLE
> \bTR\bTD Sun \eTD\bTD Aries\eTD\eTR
> \eTABLE
>
> produces a table that is flush left with  ConTeXt  ver: 2017.05.12.
> align=middle used to be sufficient. So what has changed or what have I
> missed?
>
> Do you want to align the content of the table or the table itself?
>
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
> ____________________________________________________________
> _______________________
>

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

[-- Attachment #2: Type: text/plain, Size: 492 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] 5+ messages in thread

* Re: problem with align in natural tables
  2017-05-15 17:12   ` Alan Bowen
@ 2017-05-15 17:18     ` Wolfgang Schuster
  2017-05-15 18:19       ` Alan Bowen
  0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Schuster @ 2017-05-15 17:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Put the table in a float or use \midaligned.

\starttext

\startmiddlealigned
     \bTABLE
     \bTR\bTD Sun \eTD\bTD Aries\eTD\eTR
     \eTABLE
\stopmiddlealigned

\startplacetable[location=none]
     \bTABLE
     \bTR\bTD Sun \eTD\bTD Aries\eTD\eTR
     \eTABLE
\stopplacetable

\stoptext

Wolfgang
> Alan Bowen <mailto:bowenalan03@gmail.com>
> 15. Mai 2017 um 18:44
> I am having trouble centering a table:
>
> \setupTABLE[align=middle] %flushright]
> \bTABLE
> \bTR\bTD Sun \eTD\bTD Aries\eTD\eTR
> \eTABLE
>
> produces a table that is flush left with  ConTeXt  ver: 2017.05.12.
> align=middle used to be sufficient. So what has changed or what have I 
> missed?
>
> Alan
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________
> Alan Bowen <mailto:bowenalan03@gmail.com>
> 15. Mai 2017 um 19:12
> The table itself and horizontally. Sorry, should have been clear about 
> that.
>
> Alan
>
>
> ___________________________________________________________________________________
> 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
> ___________________________________________________________________________________


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

[-- Attachment #2: Type: text/plain, Size: 492 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] 5+ messages in thread

* Re: problem with align in natural tables
  2017-05-15 17:18     ` Wolfgang Schuster
@ 2017-05-15 18:19       ` Alan Bowen
  0 siblings, 0 replies; 5+ messages in thread
From: Alan Bowen @ 2017-05-15 18:19 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Thanks, Wolfgang! Will do.

Alan

On Mon, May 15, 2017 at 1:18 PM, Wolfgang Schuster <
schuster.wolfgang@gmail.com> wrote:

> Put the table in a float or use \midaligned.
>
> \starttext
>
> \startmiddlealigned
>     \bTABLE
>     \bTR\bTD Sun \eTD\bTD Aries\eTD\eTR
>     \eTABLE
> \stopmiddlealigned
>
> \startplacetable[location=none]
>     \bTABLE
>     \bTR\bTD Sun \eTD\bTD Aries\eTD\eTR
>     \eTABLE
> \stopplacetable
>
> \stoptext
>
> Wolfgang
>
> Alan Bowen <bowenalan03@gmail.com>
> 15. Mai 2017 um 18:44
> I am having trouble centering a table:
>
> \setupTABLE[align=middle] %flushright]
> \bTABLE
> \bTR\bTD Sun \eTD\bTD Aries\eTD\eTR
> \eTABLE
>
> produces a table that is flush left with  ConTeXt  ver: 2017.05.12.
> align=middle used to be sufficient. So what has changed or what have I
> missed?
>
> Alan
> ____________________________________________________________
> _______________________
> 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
> ____________________________________________________________
> _______________________
> Alan Bowen <bowenalan03@gmail.com>
> 15. Mai 2017 um 19:12
> The table itself and horizontally. Sorry, should have been clear about
> that.
>
> Alan
>
>
> ____________________________________________________________
> _______________________
> 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
> ____________________________________________________________
> _______________________
>
>
>
> ____________________________________________________________
> _______________________
> 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
> ____________________________________________________________
> _______________________
>

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

[-- Attachment #2: Type: text/plain, Size: 492 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] 5+ messages in thread

end of thread, other threads:[~2017-05-15 18:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15 16:44 problem with align in natural tables Alan Bowen
2017-05-15 16:48 ` Wolfgang Schuster
2017-05-15 17:12   ` Alan Bowen
2017-05-15 17:18     ` Wolfgang Schuster
2017-05-15 18:19       ` Alan Bowen

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