ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* problem with \em in \rightaligned
@ 2010-02-04 12:52 Peter Münster
  2010-02-04 13:07 ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Münster @ 2010-02-04 12:52 UTC (permalink / raw)
  To: ConTeXt list

Hello,

The last "bla" is not emphasised:

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

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

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
___________________________________________________________________________________


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

* Re: problem with \em in \rightaligned
  2010-02-04 12:52 problem with \em in \rightaligned Peter Münster
@ 2010-02-04 13:07 ` Wolfgang Schuster
  2010-02-04 13:29   ` Peter Münster
  0 siblings, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2010-02-04 13:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: problem with \em in \rightaligned
  2010-02-04 13:07 ` Wolfgang Schuster
@ 2010-02-04 13:29   ` Peter Münster
  2010-02-04 13:36     ` Wolfgang Schuster
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Münster @ 2010-02-04 13:29 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

* Re: problem with \em in \rightaligned
  2010-02-04 13:29   ` Peter Münster
@ 2010-02-04 13:36     ` Wolfgang Schuster
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Schuster @ 2010-02-04 13:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-02-04 13:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-04 12:52 problem with \em in \rightaligned Peter Münster
2010-02-04 13:07 ` Wolfgang Schuster
2010-02-04 13:29   ` Peter Münster
2010-02-04 13:36     ` Wolfgang Schuster

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