Skip to main content

Posts

Showing posts with the label author names

How to use Latex to write a conference paper with an example of IEEE style paper

In this tutorial we demonstrate how to write a paper using IEEE class. If you want  to write a paper/article using two column format this is the way to do it. This tutorial covers: How to write Title of the paper How to write Author names How to write Author Address How to write Author Affiliation How to write Author Emails How to write Abstract How to write the introduction and other sections How to refer one section in other sections. Here is the video of the tutorial   The code that is used in this tutorial is here:  \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: latex@latex.lates} } \maketitle \begin{abstract} This is an abstract for a paper to show how ...