Am 03.10.2012 um 13:47 schrieb Marco Patzer <home...@lavabit.com>:

> Hi,
> 
> how to left align the elements of a combination?
> 
> \useMPlibrary [dum]
> \setupexternalfigures [height=2cm]
> \starttext
> 
> %% does nothing: \setupcombinations [align=flushleft]
> \startcombination [2*2]
>  {\externalfigure[dummy][width=2cm]} {}
>  {\externalfigure[dummy][width=2cm]} {}
>  {\externalfigure[dummy][width=4cm]} {}
>  {\externalfigure[dummy][width=3cm]} {}
> \stopcombination \blank[2cm]
> 
> %% desired:
> \startcombination [2*2]
>  {\kern-2cm\externalfigure[dummy][width=2cm]} {}
>  {\kern-1cm\externalfigure[dummy][width=2cm]} {}
>  {\externalfigure[dummy][width=4cm]} {}
>  {\externalfigure[dummy][width=3cm]} {}
> \stopcombination
> 
> \stoptext

The align key controls the alignment of the caption, to change the position
of the content you need the location key, e.g. \setupcombination [location=left]

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
___________________________________________________________________________________

Reply via email to