[NTG-context] Place a box on the right

2013-05-22 Thread H. Özoguz

Hi there,

\starttext

\startalignment[right] \framed{This box should be on the right side, but 
is not.} \stopalignment


\stoptext


I know it is easy, but could not find it in the reference. Why not allow 
simply \framed[location=right]{} ? (right is not a correct keyword for 
location).


Huseyin


___
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] Place a box on the right

2013-05-22 Thread Henning Hraban Ramm
Did you try left?
___
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] Place a box on the right

2013-05-22 Thread Wolfgang Schuster

Am 22.05.2013 um 09:27 schrieb H. Özoguz h.oezo...@mmnetz.de:

 Hi there,
 
 \starttext
 
 \startalignment[right] \framed{This box should be on the right side, but is 
 not.} \stopalignment
 
 \stoptext
 
 
 I know it is easy, but could not find it in the reference. Why not allow 
 simply \framed[location=right]{} ? (right is not a correct keyword for 
 location).


Method 1:

\startlinealignment[right]
\framed{…}
\stoplinealignment

Method 2:

\startframedtext[right][width=fit]
This box should be on the right side!
\stopframedtext

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
___