Purplelink
← All templates

IEEE conference paper template (IEEEtran)

For an IEEE conference paper, use \documentclass[conference]{IEEEtran} with \bibliographystyle{IEEEtran}; both come with TeX Live and MiKTeX.

IEEEtran is written by Michael Shell and distributed on CTAN as the ieeetran package, with its documentation and the IEEEtran BibTeX style. The current release, 1.8b, dates from 2015, so any recent TeX distribution has it. Many IEEE conferences also post their own copy of the template with the call for papers. If yours does, start from that copy, since organizers sometimes add a copyright line or set an option for you.

Minimal skeleton

Save your references as references.bib in the same folder. This compiles with pdfLaTeX followed by BibTeX.

Download the starter (.zip) main.tex, references.bib and a README. Compiles as is. Writing on a Mac? Open the folder in ModernTex.

\documentclass[conference]{IEEEtran}
\usepackage{cite}
\usepackage{amsmath,amssymb}
\usepackage{graphicx}
\usepackage{url}

\begin{document}

\title{Paper Title}

\author{%
  \IEEEauthorblockN{First Author}
  \IEEEauthorblockA{Department, University\\
    City, Country\\
    first@example.edu}
  \and
  \IEEEauthorblockN{Second Author}
  \IEEEauthorblockA{Company\\
    City, Country\\
    second@example.com}%
}

\maketitle

\begin{abstract}
One paragraph that states the problem, the method, and the result.
\end{abstract}

\begin{IEEEkeywords}
first keyword, second keyword
\end{IEEEkeywords}

\section{Introduction}
Text with a citation~\cite{example}.

\section{Method}
\begin{figure}[t]
  \centering
  \fbox{Figure placeholder}
  \caption{A single-column figure.}
  \label{fig:example}
\end{figure}
Figure~\ref{fig:example} shows the setup.

\section{Conclusion}
Summary.

\bibliographystyle{IEEEtran}
\bibliography{references}

\end{document}

The figure uses a framed placeholder so the file compiles without an image. Replace \fbox{Figure placeholder} with \includegraphics[width=\columnwidth]{figure.pdf}, and use figure* for a figure that spans both columns.

Key options

Common submission pitfalls

Check before you submit

Writing it on a Mac

If you write on a Mac, ModernTex is our native LaTeX editor. It compiles with the TeX distribution you already have, such as MacTeX, so IEEEtran behaves the same as it does anywhere else, and the PDF preview stays in sync with the source. It has a 7-day free trial and then costs $10 once.

A reminder a week before the deadline

One email, seven days ahead, with the submission checklist and the checks that fit in a week. Then nothing more.

The address is kept until that email goes out, then deleted 30 days later. Privacy.