Ok, I've more or less sorted it out. I installed the chngpage package
and added Evil Red Text surrounding the figure inside the float.
The LaTeX produced is:
\newpage
\begin{center}%
\begin{figure*}[h]
\begin{center}\begin{adjustwidth}{-4em}{-4em}\includegraphics[
angle=270,
origin=c]{slide2}\end{adjustwidth}\end{center}
\end{figure*}
\end{center}
\newpage
The two adjustwidth commands are what did it; once I expanded the
margins the centering worked as designed :)
I'd still like to know if there's an easier way, say
\includepage{page.ps}
or similar, but this has solved my problem for the present.
Hope this helps someone,
Len
On Sun, 2002-06-16 at 15:16, Len Walter wrote:
> G'day,
>
> I'm having some trouble including a full page postscript file as one of
> the pages in my LyX document. I want to include the output of another
> program as a PS or EPS file, as a page in my document. I'd just print
> them out separately, but then I'd mess up the page numbering.
>
> I've read most the the user guide and done a stack of searches for LyX
> and LaTeX ways to do this, including various floats, minipages and
> figures. The problem I always get is that the figure will be pushed off
> to the right hand side of the page. Setting the alignment of the figure
> in a float to left, or setting the alignment of the paragraph to left
> doesn't seem to make much difference.
>
> The LaTeX produced by LyX for the relevant page looks like this:
> \subsection{Context Diagram}
>
> \begin{flushleft}%
> \begin{figure*}
> \begin{flushleft}\includegraphics[ angle=270,
> origin=lt]{slide2}\end{flushleft}
> \end{figure*}
> \end{flushleft}
> \newpage
>
> The original PS file is full page A4 landscape, so I've rotated it.
> I think I've tried most of the possible permutations of figure
> inclusion, page layout and alignment, and I've really run out of ideas,
> but it seems like this should be possible.
>
> Does anyone know how I could go about doing this?
>
> Thanks in advance for any help,
> Len
>