Stefano Maggi wrote: >>do you want to have them both on the top? >>Herbert >> > >Yes, that would be fine. Do you know how can I do? >Stefano > try this in LaTeX preamble
\newcommand\myTwoFig[2]{%
\raisebox{-\height}{#1}%
\raisebox{-\height}{#2}%
}
and in your text in tex (red)
\myTwoFig{<insert image 1>}{<insert image 2>}
the images can be insert with the menu button.
Herbert
