Re: [NTG-context] box width to fit longest line of text

2016-09-29 Thread Csikos Bela
Wolfgang Schuster írta:

>>  Dear context users:I'd
>> like to handle a block of text with 2 or more lines where the block 
>>width should be equalto the longest line in the block. I'd like the 
>>lines be center aligned in the block.Something like this:   
>> line1second longerlineanother lineIn latex I 
>>can do it using parbox like this:\parbox{\widthof{second 
>>longerline}}{\centering{}line1\\second longerline\\another line}How
>> can achieve the same or similar in context?
>
>
>\starttext
>
>\startframed[align=middle]
>line\\
>second longer line\\
>another line
>\stopframed
>
>\stoptext

Thank you Wolfgang. It works.

bcsikos
___
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] box width to fit longest line of text

2016-09-28 Thread Wolfgang Schuster

Csikos Bela 
28. September 2016 um 23:36
Dear context users:

I'd like to handle a block of text with 2 or more lines where the 
block width should be equal
to the longest line in the block. I'd like the lines be center aligned 
in the block.

Something like this:

line1
second longerline
another line

In latex I can do it using parbox like this:

\parbox{\widthof{second longerline}}{\centering{}line1\\second 
longerline\\another line}


How can achieve the same or similar in context?

\starttext

\startframed[align=middle]
line\\
second longer line\\
another line
\stopframed

\stoptext

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
___