Templates

IEEE Conference Paper

Preview

IEEE Conference Paper

Official IEEE conference paper format using the IEEEtran class. Two-column layout with proper author blocks, abstract, keywords, sections, figures, tables, equations, and a bibliography compliant with IEEE submission requirements.

Category

Conference

License

Free to use (MIT)

File

ieee-conference/main.tex

main.texRead-only preview
%% IEEE Conference Paper template — uses the official IEEEtran class in
%% conference mode, which ships with TeX Live.
\documentclass[conference]{IEEEtran}

\usepackage{cite}
\usepackage{amsmath,amssymb,amsfonts}
\usepackage{algorithmic}
\usepackage{graphicx}
\usepackage{textcomp}
\usepackage{xcolor}

\def\BibTeX{{\rm B\kern-.05em{\sc i\kern-.025em b}\kern-.08em T\kern-.1667em\lower.7ex\hbox{E}\kern-.125emX}}

\begin{document}

\title{A Template for IEEE Conference Papers}

\author{
\IEEEauthorblockN{First A. Author}
\IEEEauthorblockA{\textit{Department of Electrical Engineering} \\
\textit{University of Example}\\
City, Country \\
author@example.edu}
\and
\IEEEauthorblockN{Second B. Author}
\IEEEauthorblockA{\textit{Example Research Lab} \\
\textit{Example Inc.}\\
City, Country \\
second@example.com}
}

\maketitle

\begin{abstract}
This document is a template for authors preparing papers for IEEE
conferences. It demonstrates the two-column layout, abstract, index terms,
sectioning, equations, figures, and a bibliography using the \texttt{IEEEtran}
bibliography style.
\end{abstract}

\begin{IEEEkeywords}
IEEE, conference template, LaTeX, IEEEtran
\end{IEEEkeywords}

\section{Introduction}
This template targets IEEE conference proceedings. Recent advances build on
learned representations~\cite{lecun2015deep} and adaptive
optimization~\cite{kingma2015adam}.

\section{Method}
We consider the regularized objective
\begin{equation}
\min_{\theta}\; \frac{1}{n}\sum_{i=1}^{n} \ell\big(f_\theta(x_i), y_i\big) + \lambda \lVert \theta \rVert_2^2,
\label{eq:objective}
\end{equation}
where $\ell$ is a task-specific loss and $\lambda$ controls regularization.

\section{Results}
The proposed approach improves over strong baselines~\cite{he2016deep} across
the evaluated benchmarks.

\section{Conclusion}
We presented an IEEE conference paper template ready for compilation.

\bibliographystyle{IEEEtran}
\bibliography{refs}

\end{document}
Bibby Mascot

PDF Preview

Create an account to compile and preview

IEEE Conference Paper LaTeX Template | Bibby