ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Align and nested combinations
@ 2009-08-16 12:51 Xan
  2009-08-19 21:04 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Xan @ 2009-08-16 12:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Xan

[-- Attachment #1: Type: text/plain, Size: 528 bytes --]

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.



[-- Attachment #2: memoria.pdf --]
[-- Type: application/pdf, Size: 32385 bytes --]

[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

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

* Re: Align and nested combinations
  2009-08-16 12:51 Align and nested combinations Xan
@ 2009-08-19 21:04 ` Wolfgang Schuster
  2009-08-19 21:50   ` Xan
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2009-08-19 21:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Xan


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
___________________________________________________________________________________


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

* Re: Align and nested combinations
  2009-08-19 21:04 ` Wolfgang Schuster
@ 2009-08-19 21:50   ` Xan
  0 siblings, 0 replies; 3+ messages in thread
From: Xan @ 2009-08-19 21:50 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

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
___________________________________________________________________________________


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

end of thread, other threads:[~2009-08-19 21:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-16 12:51 Align and nested combinations Xan
2009-08-19 21:04 ` Wolfgang Schuster
2009-08-19 21:50   ` Xan

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