Re: [NTG-context] Align and nested combinations

2009-08-19 Thread Xan

En/na Wolfgang Schuster ha escrit:


Am 16.08.2009 um 14:51 schrieb Xan:


Hi,

With this code:

\placefigure
[here]
[fig:graf-Cayley-Z2xZ3]
{An example of \type{\startcombination...}.}
{\startcombination[1*2]
  {\startcombination[2*1]
  {\externalfigure[lb1]} {a1}
  {\externalfigure[lb2]} {a2}
  \stopcombination} {a}
  {\startcombination[1*1]
  {\externalfigure[lb1]} {b1}
  \stopcombination} {b}
 \stopcombination}


I get all _left_ aligned (see attached file) and I want normal center 
aligned.

How can I get this?


\placefigure
  {Combination}
  {\startTABLE[frame=off,align=middle]
   \NC \externalfigure[lb1] \NC \externalfigure[lb2] \NC\NR
   \NC a1   \NC a1   \NC\NR
   \NC[nx=2] a   \NC\NR
%  \NC[nx=2] \dontleavehmode\externalfigure[lb1] \NC\NR
%  \NC[nx=2] b1  \NC\NR
   \NC \externalfigure[lb1] \NC  \NC\NR
   \NC b1   \NC  \NC\NR
   \NC[nx=2] b   \NC\NR
   \stopTABLE}

Wolfgang


Mmm... for now I think I will use tables ,-)
Thanks a lot, Wolfgang.

Xan.
___
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] Align and nested combinations

2009-08-19 Thread Wolfgang Schuster


Am 16.08.2009 um 14:51 schrieb Xan:


Hi,

With this code:

\placefigure
[here]
[fig:graf-Cayley-Z2xZ3]
{An example of \type{\startcombination...}.}
{\startcombination[1*2]
  {\startcombination[2*1]
  {\externalfigure[lb1]} {a1}
  {\externalfigure[lb2]} {a2}
  \stopcombination} {a}
  {\startcombination[1*1]
  {\externalfigure[lb1]} {b1}
  \stopcombination} {b}
 \stopcombination}


I get all _left_ aligned (see attached file) and I want normal  
center aligned.

How can I get this?


\placefigure
  {Combination}
  {\startTABLE[frame=off,align=middle]
   \NC \externalfigure[lb1] \NC \externalfigure[lb2] \NC\NR
   \NC a1   \NC a1   \NC\NR
   \NC[nx=2] a   \NC\NR
%  \NC[nx=2] \dontleavehmode\externalfigure[lb1] \NC\NR
%  \NC[nx=2] b1  \NC\NR
   \NC \externalfigure[lb1] \NC  \NC\NR
   \NC b1   \NC  \NC\NR
   \NC[nx=2] b   \NC\NR
   \stopTABLE}

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
___


[NTG-context] Align and nested combinations

2009-08-16 Thread Xan

Hi,

With this code:

\placefigure
 [here]
 [fig:graf-Cayley-Z2xZ3]
 {An example of \type{\startcombination...}.}
 {\startcombination[1*2]
   {\startcombination[2*1]
   {\externalfigure[lb1]} {a1}
   {\externalfigure[lb2]} {a2}
   \stopcombination} {a}
   {\startcombination[1*1]
   {\externalfigure[lb1]} {b1}
   \stopcombination} {b}
  \stopcombination}


I get all _left_ aligned (see attached file) and I want normal center 
aligned.

How can I get this?

Thanks in advance,
Xan.

PS: Please, CCme.




memoria.pdf
Description: Adobe PDF document
___
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
___