I'm trying to align elements in Grid/GraphicsGrid:
Grid[{{a,b,c},{d,e}}]
This makes d,e aligned to the very left of the bottom row. When I do
Grid[{{a,b,c},{d,SpanFromLeft,e}}]
only d is in a position where I want it. What to do to have e placed just next to d (or, in other words, between b and c)? Unfortunately, there is no SpanFromRight (why?).
Thanks in advance!
EDIT: I'm in fact interested in GraphicsGrid; I thought that Grid will be sufficient to convert it, but the plots look terrible (below) or are totally misaligned (when plaing with ImageSize, especially when I go to Grid[{{a,b,c,d},{e,f,g}}], where a,...,g are ListContourPlots with Legend:

EDIT2: The layout and formatting now seem to be perfect, but... Probably it should now be switched to Export problems. I have a nice looking output in MMA, but after Export to .eps I get this result (placings should be as shown above) (converted to from .eps output to .jpg 'cause size limit):


