On Sun, Jul 01, 2001 at 05:26:31PM -0500, A. Gunes Koru wrote:
> Now I get the dvi output however there is a problem here. The writings go
> over the picture. And also it writes picture on the screen i am attaching
> the example.lyx file I created and also the postscript file it generated
> so that you can see it. How can we solve it?

The problem is that you mix code from the old IEEEtran.cls and the new
IEEEtran.cls.
If you use the new class file (V1.4), use

\RequirePackage{graphics}
\newenvironment{biography}[2][]{%
\addcontentsline{toc}{section}{Biography}
\footnotesize\unitlength 1mm\bigskip\parskip=0pt\par%
\rule{0pt}{39mm}\vspace{-39mm}\par%   guarantees correct page breaking
\noindent\setbox0\hbox{\ifx\\#1\\%
\framebox(25,32){}%
\else%
\resizebox{25mm}{32mm}{\includegraphics{#1.eps}}%
\fi}%   box containing the frame
\ht0=37mm\count10=\ht0\divide\count10 by\baselineskip%  calculates lines
\global\hangindent29mm\global\hangafter-\count10%
\hskip-28.5mm\setbox0\hbox to 28.5mm {\raise-30.5mm\box0\hss}%
\dp0=0mm\ht0=0mm\box0\noindent{\bfseries#2}\rmfamily}{
\par\normalfont}

However, the two figures will be one on top of another.
Don't ask me how to fix this.
I suggest you don't try to improve the class file if you don't know what you
are doing. Just use the original class file without trying to insert the eps
figures.

Reply via email to