Document Classes ⇒ IEEEtran | Insert a Photo of the Author
IEEEtran | Insert a Photo of the Author
When I generated the PDF, it says " place your photo here".
Please help to insert the author photo in LyX
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
IEEEtran | Insert a Photo of the Author
Code: Select all
\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{filename}}]{Author name}
Biography text
\end{IEEEbiography}
Re: IEEEtran | Insert a Photo of the Author
I want the image to be in the picture box
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
IEEEtran | Insert a Photo of the Author
welcome to the board!
Perhaps post your code here, so we could examine it and fix the problem. The best would be a

Stefan
IEEEtran | Insert a Photo of the Author
Code: Select all
\begin{biography}{{\includegraphics[width=25mm,height=32mm,clip,keepaspectratio]{a.eps}}}%\\
\end{biography}
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
IEEEtran | Insert a Photo of the Author
\includegraphics
, and in square brackets, since the picture argument is optional:Code: Select all
\begin{biography}[a.eps]{name}
was born in ... at...
\end{biography}
IEEEtran | Insert a Photo of the Author
is there a trick on it? i am working with SWP. like the others i want to implement the authors' pix in the biography. but all solutions presented here does not work...
Code: Select all
\begin{biography}[a.eps]{name}
was born in ... at...
\end{biography}
Code: Select all
\begin{IEEEbiography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{filename}}]{Author name}
Biography text
\end{IEEEbiography}
\includegraphics
is not going to help.thx for further advices
Re: IEEEtran | Insert a Photo of the Author
IEEEtran | Insert a Photo of the Author
Hi,akatende wrote:Code: Select all
\begin{biography}{{\includegraphics[width=25mm,height=32mm,clip,keepaspectratio]{a.eps}}}%\\ \end{biography}
i want to download this code but this message "Information: You do not have the necessary permissions to complete this operation" showed.
Thanks
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
IEEEtran | Insert a Photo of the Author
welcome to the forum!
I will check why this happens. In the meantime, you can copy & paste the code (mark with mouse or click on "Select all", ctrl+c and ctrl-v).
Stefan