LaTex Templates and Samples for Writing IEEE Conference Paper

Main (http://quicklatex.blogspot.de/2011/12/how-to-use-latex-to-write-conference.html)

\documentclass[conference]{IEEEtran}
\usepackage{cite}
\begin{document}
\title{Sample IEEE paper style using Latex by QuickLatex.blogspot.com}
\author{\IEEEauthorblockN{Author first, Author Second, and Suthor Third}
\IEEEauthorblockA{Department of Latex Typeset\\
Latex University\\
City - State - Zip \\
Email: [email protected]}
}
\maketitle
\begin{abstract}
This is an abstract for a paper to show how to use latex for IEEE paper typeset.
\end{abstract}
\section{Introduction}
\label{sec:intro} 
Here is a modified text sample for intro section using latex. This is how you refer a section in another section Section~\ref{sec:meth} ..... 
\section{Methodologies} 
\label{sec:meth} 
This is the other section that you can use. 
 \end{document}


Reference (http://quicklatex.blogspot.de/2011/12/how-to-cite-references-in-latex-with.html)

\documentclass[conference]{IEEEtran}
\usepackage{cite}
\begin{document}
\title{Sample IEEE paper style using Latex by QuickLatex.blogspot.com}
\author{\IEEEauthorblockN{Author first, Author Second, and Suthor Third}
\IEEEauthorblockA{Department of Latex Typeset\\
Latex University\\
City - State - Zip \\
Email: [email protected]}
}
\maketitle
\begin{abstract}
This is an abstract for a paper to show how to use latex for IEEE paper typeset.
\end{abstract}
\section{Introduction}
\label{sec:intro} 
Here is a modified text sample for intro section using latex. This is a citation \cite~{authoryear} This is how you refer a section in another section Section~\ref{sec:meth} ..... 
\section{Methodologies} 
\label{sec:meth} 
This is the other section that you can use. 
\bibilographystyle{IEEEtran}
\bibliography{ieetutorial}
 \end{document}

Formatting texts (http://quicklatex.blogspot.de/2011/12/latex-tutorial-on-how-to-add-formatting.html)

\documentclass[8pt,letterpaper]{article}
\begin{document}
\title{A sample \LaTeX{} article by 5 minutes of Latex}
\maketitle
\section{Introduction}
\huge This \normalsize is a \textbf{\textit{sample} introduction} section.\\
This is a \textit{second line} in the introduction.\\
This is a {\it third} line. $X_i$=$Y_{i^2}$
\section{Motivation}
This is an example of how to use a new section
\end{document}

For more about IEEEtran: http://www.michaelshell.org/tex/ieeetran/

發佈了222 篇原創文章 · 獲贊 7 · 訪問量 33萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章