ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Struggling with alignment inside tabulate...
@ 2015-08-06 21:47 Willi Egger
  2015-08-06 21:56 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Willi Egger @ 2015-08-06 21:47 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Hi all,

what kind of trickry is necessary to get the following minimal example to give correct output? As given it generates a single line out of the itemize part…

Kind regards

Will

\starttext
\starttabulate[|l|r|r|]
	\NC	\strut \NC {\bf Rohmass} \NC {\bf Fertigmass} \NC\NR
	\NC Höhe Mittelteil          \NC --	\NC \unit{12 milli meter}\NC\NR
	\NC Höhe bei den Enden \NC --	\NC Vor dem Einleimen: \par																				
									\startitemize
										\startitem
											Enden \unit{8.5 milli meter} 
										\stopitem
										\startitem
											Mitte innen: \unit{16.5 milli meter}
										\stopitem
									\stopitemize\par
								\NC\NR
\stoptabulate
\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] 3+ messages in thread

* Re: Struggling with alignment inside tabulate...
  2015-08-06 21:47 Struggling with alignment inside tabulate Willi Egger
@ 2015-08-06 21:56 ` Wolfgang Schuster
  2015-08-07  6:22   ` Willi Egger
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2015-08-06 21:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

> Willi Egger <mailto:context@boede.nl>
> 6. August 2015 23:47
> Hi all,
>
> what kind of trickry is necessary to get the following minimal example 
> to give correct output? As given it generates a single line out of the 
> itemize part…
You need a "p" (paragraph) column.
> Kind regards
>
> Will
>
> \starttext
> \starttabulate[|l|r|r|]
\starttabulate[|l|r|p|]

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1667 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] 3+ messages in thread

* Re: Struggling with alignment inside tabulate...
  2015-08-06 21:56 ` Wolfgang Schuster
@ 2015-08-07  6:22   ` Willi Egger
  0 siblings, 0 replies; 3+ messages in thread
From: Willi Egger @ 2015-08-07  6:22 UTC (permalink / raw)
  To: NTG-Context ConTeXt users

Hi Wolfgang!

Thank you so much for this!

Willi
> On 6 aug. 2015, at 23:56, Wolfgang Schuster <schuster.wolfgang@gmail.com> wrote:
> 
>> Willi Egger	6. August 2015 23:47
>> Hi all,
>> 
>> what kind of trickry is necessary to get the following minimal example to give correct output? As given it generates a single line out of the itemize part…
> You need a "p" (paragraph) column.
>> Kind regards
>> 
>> Will
>> 
>> \starttext
>> \starttabulate[|l|r|r|]
> \starttabulate[|l|r|p|]
> 
> 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
> ___________________________________________________________________________________

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

end of thread, other threads:[~2015-08-07  6:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-06 21:47 Struggling with alignment inside tabulate Willi Egger
2015-08-06 21:56 ` Wolfgang Schuster
2015-08-07  6:22   ` Willi Egger

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