Re: [NTG-context] problem with alignment

2007-10-11 Thread Jean Magnan de Bornier
Le 10 octobre à 15:08:25 Hans Hagen [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  Hi all,
|  Playing with right alignments this morning, I discovered that
|  
|  \setupalign
|  [left]
|  
|   ipsum in  elit
|  
|  Duis placerat
|  
|  nec augue 
|  
|  
|  puts text *on the right*, while 
|  
|  \setupalign
|  [right]
|  
|   ipsum in  elit
|  
|  Duis placerat
|  
|  nec augue 
|  
|  
|  puts text *on the left*.

| raggedleft -)

| use flushright or flushleft if you like that more


Thanks Hans and Wolfgang; should not this be documented in the context
manual, as it is a really strange behavior to an average user?
-- 
Jean
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] problem with alignment

2007-10-11 Thread Taco Hoekwater
Jean Magnan de Bornier wrote:
 
 Thanks Hans and Wolfgang; should not this be documented in the context
 manual, as it is a really strange behavior to an average user?

http://wiki.contextgarden.net/FAQ (question five or six, iirc)

Cheers, taco
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] problem with alignment

2007-10-11 Thread Jean Magnan de Bornier
Le 11 octobre à 08:59:30 Taco Hoekwater [EMAIL PROTECTED] écrit notamment:

| Jean Magnan de Bornier wrote:
|  
|  Thanks Hans and Wolfgang; should not this be documented in the context
|  manual, as it is a really strange behavior to an average user?

| http://wiki.contextgarden.net/FAQ (question five or six, iirc)

| Cheers, taco

[...]

Thanks a lot Taco; I had missed that page
-- 
Jean
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] problem with alignment

2007-10-10 Thread Wolfgang Schuster
2007/10/10, Jean Magnan de Bornier [EMAIL PROTECTED]:
 Hi all,
 Playing with right alignments this morning, I discovered that

 \setupalign
 [left]

  ipsum in  elit

 Duis placerat

 nec augue


 puts text *on the right*, while

 \setupalign
 [right]

  ipsum in  elit

 Duis placerat

 nec augue


 puts text *on the left*.

 The \startalignment[left] and  \startalignment[right] commands produce the 
 same inversion.
 (The \rightaligned command works as expected)

 ...
 12:32 [EMAIL PROTECTED] /home/jean % texexec --version
 TeXExec | version 6.2.0 - 1997-2006 - PRAGMA ADE/POD
 ...

 --
 Jean

Hi Jean,

the bevahiour from setupalign is normal and come from the \raggeright
definition in plain TeX, it is fixed and can not be fixed beause of backward
compatibility.

The alignment commands on the other side are newer commands
and fix this old behaviour, you run in this problem also with the align keys
in the setups for many commands and environments.

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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] problem with alignment

2007-10-10 Thread Hans Hagen
Jean Magnan de Bornier wrote:
 Hi all,
 Playing with right alignments this morning, I discovered that
 
 \setupalign
 [left]
 
  ipsum in  elit
 
 Duis placerat
 
 nec augue 
 
 
 puts text *on the right*, while 
 
 \setupalign
 [right]
 
  ipsum in  elit
 
 Duis placerat
 
 nec augue 
 
 
 puts text *on the left*.

raggedleft -)

use flushright or flushleft if you like that more


-
   Hans Hagen | PRAGMA ADE
   Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
  | www.pragma-pod.nl
-
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___