On 10/22/2021 5:20 PM, Pablo Rodriguez via ntg-context wrote:
Dear list,

I have the following sample:

   \starttext
   \setupexternalfigure[location=default]
   \startcombination[nx=3, ny=2, location={middle}]
   {\externalfigure[mill.png][width=.25\textwidth]}
   {\externalfigure[cow.pdf][width=.25\textwidth]}
   {\externalfigure[cow.pdf][width=.25\textwidth]}
   {\externalfigure[spider.eps][width=.25\textwidth]}
   {\externalfigure[hacker.png][width=.25\textwidth]}
   {\externalfigure[mill.png][width=.25\textwidth]}
   \stopcombination
   \stoptext

The first line has the images vertically centered, but the second line
has them aligned to the top. Using "align=middle" made no difference.

How could I get all lines with images vertically centered?

maybe by using the command the right way ...

  \setupexternalfigure[location=default]
  \startcombination[nx=3, ny=2, location={middle}]
      {\externalfigure[mill.png][width=.25\textwidth]}  {}
      {\externalfigure[cow.pdf][width=.25\textwidth]}   {}
      {\externalfigure[cow.pdf][width=.25\textwidth]}   {}
      {\externalfigure[spider.eps][width=.25\textwidth]}{}
      {\externalfigure[hacker.png][width=.25\textwidth]}{}
      {\externalfigure[mill.png][width=.25\textwidth]}  {}
  \stopcombination


Many thanks for your help,

Pablo
--
http://www.ousia.tk
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________



--

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
       tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to