Re: [NTG-context] problem with \em in \rightaligned

2010-02-04 Thread Wolfgang Schuster

Am 04.02.10 13:52, schrieb Peter Münster:

Hello,

The last bla is not emphasised:

\starttext
\start
   \em bla\\bla
\stop

\start
   \rightaligned{\em bla\\bla}
\stop
\stoptext

Use \startalignment[flushright]...\stopalignment to align
more than one line and \crlf to force a line break.

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
___


Re: [NTG-context] problem with \em in \rightaligned

2010-02-04 Thread Peter Münster
On Thu, Feb 04 2010, Wolfgang Schuster wrote:

\rightaligned{\em bla\\bla}

 Use \startalignment[flushright]...\stopalignment to align
 more than one line and \crlf to force a line break.

Right, that's what I do now. I thought, that my construction was supposed
to work, because I got used to things like
\rightaligned{bla\\bla\\bla}...

So excuse me please for not reading the documentation before posting!

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___
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] problem with \em in \rightaligned

2010-02-04 Thread Wolfgang Schuster

Am 04.02.10 14:29, schrieb Peter Münster:

On Thu, Feb 04 2010, Wolfgang Schuster wrote:


\rightaligned{\em bla\\bla}



Use \startalignment[flushright]...\stopalignment to align
more than one line and \crlf to force a line break.


Right, that's what I do now. I thought, that my construction was supposed
to work, because I got used to things like
\rightaligned{bla\\bla\\bla}...


I was surprised that this is working but when look at the source
you can see that \\ finish \rightaligned and starts a new \rightaligned
but your \em has ended, to keep the \em you have to write

  \rightaligned{\em ...\\\em ...}

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
___