ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Left/right justification and interline-spacing inside natural tables (TABLE)
@ 2011-01-31 14:04 Stefan Müller
  2011-01-31 14:20 ` [***SPAM***] " Peter Münster
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Müller @ 2011-01-31 14:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hi list,

this is probably pretty easy to solve, but I didn't find anything about 
in on wiki or mailing list about it. I'm using ConTeXt MkIV.

How can I get the text in the following example to be left and right 
justified, i.e. the default alignment behaviour of text outside a TABLE 
("\starttext \input knuth \stoptext")?

\starttext
\bTABLE	\bTR[width=10cm]
	\bTD \input knuth \eTD
\eTR \eTABLE
\stoptext

In addition: is it possible to increase or decrease the 
interline-spacing of the text inside the TABLE cell? How?

Thanks in advance,
Stefan
___________________________________________________________________________________
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] 5+ messages in thread

* [***SPAM***] Re: Left/right justification and interline-spacing inside natural tables (TABLE)
  2011-01-31 14:04 Left/right justification and interline-spacing inside natural tables (TABLE) Stefan Müller
@ 2011-01-31 14:20 ` Peter Münster
  2011-01-31 14:47   ` Stefan Müller
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Münster @ 2011-01-31 14:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Stefan Müller <warrence.stm@gmx.de> writes:

> \starttext
> \bTABLE	\bTR[width=10cm]
> 	\bTD \input knuth \eTD
> \eTR \eTABLE
> \stoptext

\starttext
\bTABLE	\bTR[width=10cm, align=yes]
	\bTD \setupinterlinespace[5ex] \input knuth \eTD
\eTR \eTABLE
\stoptext

-- 
           Peter
___________________________________________________________________________________
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] 5+ messages in thread

* Re: [***SPAM***] Re: Left/right justification and interline-spacing inside natural tables (TABLE)
  2011-01-31 14:20 ` [***SPAM***] " Peter Münster
@ 2011-01-31 14:47   ` Stefan Müller
  2011-01-31 15:05     ` [***SPAM***] " Peter Münster
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Müller @ 2011-01-31 14:47 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Amazing! Thank you very much for that. Your example works.

However, for some reason the following does not work. Only the space 
before the first line and the space between the first line and second 
line are changed (not even to the same dimension). Any ideas?

\starttext
\bTABLE	\bTR[width=10cm, align=yes]
	\bTD \setupinterlinespace[10ex] Lorem ipsum dolor sit amet, consectetur 
adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore 
magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco 
laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor 
in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla 
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa 
qui officia deserunt mollit anim id est laborum. \eTD
\eTR \eTABLE
\stoptext

Kind regards,
Stefan.

On 31.01.2011 15:20, Peter Münster wrote:
> Stefan Müller<warrence.stm@gmx.de>  writes:
>
>> \starttext
>> \bTABLE	\bTR[width=10cm]
>> 	\bTD \input knuth \eTD
>> \eTR \eTABLE
>> \stoptext
>
> \starttext
> \bTABLE	\bTR[width=10cm, align=yes]
> 	\bTD \setupinterlinespace[5ex] \input knuth \eTD
> \eTR \eTABLE
> \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
___________________________________________________________________________________

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

* [***SPAM***] Re: [***SPAM***] Re: Left/right justification and interline-spacing inside natural tables (TABLE)
  2011-01-31 14:47   ` Stefan Müller
@ 2011-01-31 15:05     ` Peter Münster
  2011-01-31 15:56       ` Stefan Müller
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Münster @ 2011-01-31 15:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Stefan Müller <warrence.stm@gmx.de> writes:

> However, for some reason the following does not work. Only the space before
> the first line and the space between the first line and second line are
> changed (not even to the same dimension). Any ideas?
>
> deserunt mollit anim id est laborum. \eTD

deserunt mollit anim id est laborum. \par \eTD

-- 
           Peter
___________________________________________________________________________________
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] 5+ messages in thread

* Re: Left/right justification and interline-spacing inside natural tables (TABLE)
  2011-01-31 15:05     ` [***SPAM***] " Peter Münster
@ 2011-01-31 15:56       ` Stefan Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Müller @ 2011-01-31 15:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thank you, that did the magic.
Stefan.

On 31.01.2011 16:05, Peter Münster wrote:
> Stefan Müller<warrence.stm@gmx.de>  writes:
>
>> However, for some reason the following does not work. Only the space before
>> the first line and the space between the first line and second line are
>> changed (not even to the same dimension). Any ideas?
>>
>> deserunt mollit anim id est laborum. \eTD
>
> deserunt mollit anim id est laborum. \par \eTD
___________________________________________________________________________________
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] 5+ messages in thread

end of thread, other threads:[~2011-01-31 15:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-31 14:04 Left/right justification and interline-spacing inside natural tables (TABLE) Stefan Müller
2011-01-31 14:20 ` [***SPAM***] " Peter Münster
2011-01-31 14:47   ` Stefan Müller
2011-01-31 15:05     ` [***SPAM***] " Peter Münster
2011-01-31 15:56       ` Stefan Müller

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