Document ClassesIEEEtran | Insert a Photo of the Author

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
gloria
Posts: 1
Joined: Sat Sep 04, 2010 10:17 am

IEEEtran | Insert a Photo of the Author

Post by gloria »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
randall
Posts: 6
Joined: Wed Jul 16, 2008 7:01 am

IEEEtran | Insert a Photo of the Author

Post by randall »

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}
akatende
Posts: 6
Joined: Wed Feb 15, 2012 9:34 am

Re: IEEEtran | Insert a Photo of the Author

Post by akatende »

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
Last edited by akatende on Sun Feb 19, 2012 8:55 pm, edited 1 time in total.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

IEEEtran | Insert a Photo of the Author

Post by Stefan Kottwitz »

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 Infominimal working example.

Stefan
LaTeX.org admin
akatende
Posts: 6
Joined: Wed Feb 15, 2012 9:34 am

IEEEtran | Insert a Photo of the Author

Post by akatende »

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.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

IEEEtran | Insert a Photo of the Author

Post by Stefan Kottwitz »

It would work without \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}
Stefan
LaTeX.org admin
kris_gm1
Posts: 1
Joined: Mon Feb 20, 2012 2:38 pm

IEEEtran | Insert a Photo of the Author

Post by kris_gm1 »

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

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}
even your solution without using \includegraphics is not going to help.

thx for further advices
psuee2009
Posts: 1
Joined: Tue Oct 09, 2012 6:31 am

Re: IEEEtran | Insert a Photo of the Author

Post by psuee2009 »

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.
asadkhan
Posts: 1
Joined: Thu Mar 16, 2017 11:58 am

IEEEtran | Insert a Photo of the Author

Post by asadkhan »

akatende wrote:

Code: Select all

\begin{biography}{{\includegraphics[width=25mm,height=32mm,clip,keepaspectratio]{a.eps}}}%\\


\end{biography}
Hi,
i want to download this code but this message "Information: You do not have the necessary permissions to complete this operation" showed.

Thanks
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

IEEEtran | Insert a Photo of the Author

Post by Stefan Kottwitz »

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
LaTeX.org admin
Post Reply