Document Classes ⇒ IEEEtran | Insert a Photo of the Author
IEEEtran | Insert a Photo of the Author
I'm using IEEEtran template to write an IEEE journal article. I don't know how to insert the picture of the author.
When I generated the PDF, it says " place your photo here".
Please help to insert the author photo in LyX
When I generated the PDF, it says " place your photo here".
Please help to insert the author photo in LyX
IEEEtran | Insert a Photo of the Author
This is an example from IEEEtran_HOWTO.pdf which comes with the zip-package of the LaTeX class files.
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 am also having the same problem,when i place the code for the image,it comes but its not in the picture box,can any one help me.
I want the image to be in the picture box
I want the image to be in the picture box
Last edited by akatende on Sun Feb 19, 2012 8:55 pm, edited 1 time in total.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
IEEEtran | Insert a Photo of the Author
Hi akatende,
welcome to the board!
Perhaps post your code here, so we could examine it and fix the problem. The best would be a
minimal working example.
Stefan
welcome to the board!
Perhaps post your code here, so we could examine it and fix the problem. The best would be a

Stefan
LaTeX.org admin
IEEEtran | Insert a Photo of the Author
Code: Select all
\begin{biography}{{\includegraphics[width=25mm,height=32mm,clip,keepaspectratio]{a.eps}}}%\\
\end{biography}
Last edited by akatende on Mon Feb 20, 2012 3:14 pm, edited 2 times in total.
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
IEEEtran | Insert a Photo of the Author
It would work without
Stefan
\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}
LaTeX.org admin
IEEEtran | Insert a Photo of the Author
he stefan,
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...
even your solution without using
thx for further advices
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
I've been having trouble with this as well. Do you have a figure in your document yet? If not, this could be causing the issue. The \usepackage{graphicx} needs to be inserted in the preamble in order for the IEEE bio picture to appear when figures do not yet exist.
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: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
IEEEtran | Insert a Photo of the Author
Hi Asadkhan,
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
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
LaTeX.org admin