On 10 May 2000, Jean-Marc Lasgouttes wrote:

> >>>>> "Richard" == Richard Goldberg <[EMAIL PROTECTED]> writes:
> 
> Richard> I wasn't happy with the figure include functions (I needed a
> Richard> little more control over some things) so I tried to embed
> Richard> some LaTex commands to include the figure. Here is the LaTex
> Richard> code
> 
> I am not sure what particular feature is missing in LyX to do that...

The example I gave wasn't a good one, that could be done with the include
figure feature. Whjat about something like this

\begin{figure}[t]
\begin{center}
\mbox{\includegraphics[width=0.75\textwidth]{figures/chapter3/4a.ps}}
\vspace{3mm}\\
\mbox{\includegraphics[width=0.48\textwidth]{figures/chapter3/4b.ps}}
\hspace{3mm}
\mbox{\includegraphics[width=0.48\textwidth]{figures/chapter3/4c.ps}}\\
\end{center}
\caption{ICE user interface}
\end{figure}           

To group 3 ps files as one figure. How can I do that using the include
figure feature?

As you can see I switched to \includegraphics from \psfi and it works
great.

Thanks for the help

-Rick Goldberg

Reply via email to