Len Walter wrote:

> 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]


this is senseless, because you do not want to float
this figure and you don't have a caption. You need only:

 > \begin{center}\begin{adjustwidth}{-4em}{-4em}\includegraphics[
 > angle=270,
 >   origin=c]{slide2}\end{adjustwidth}\end{center}

another solution is to use package textpos:

\begin{textblock}{0}(-5,-5)
   \includegraphics{ ... }
\end{textblock}

Herber




-- 
http://www.lyx.org/help/

Reply via email to