20 February 2010 View Comments

Howto Use IEEE LaTeX Template in LyX


This is how I use IEEE template in LyX, first of all, you will need to select the document class as: article(IEEEtrans). IEEE tend to use a fancy large first letter as the beginning of the article, and top header reserved for both journal title and page number. Especially to note that, IEEE require the table caption go above the table, and figure caption go below the figure. This article will explain how to do all these.

 

Evil Red Text

This is how to format the evil red text as shown below.

2010-02-20_153023

and this is how to achieve it in LyX:

2010-02-20_153242

and code in LaTeX:

[cc lang="latex"] \PARstart{T}{here} is a need for a little Evil Red Text in the first paragraph. Refer to the IEEEtran documentation (sample document) for more details. [/cc]

 

Left and Right Page Header

This is how it looks like:

2010-02-20_153415

and this is how to do it in LyX.

2010-02-20_153324

The right page header is always the page number, you can use the left page Header for Journal title.

Its LaTeX code:

[cc lang="latex"] \markboth{This is for left pages Home}{and this is for right pages number} [/cc]

Insert Tables

You can insert table as usual in LyX, but the IEEE conference / transaction requires the table captions above the table.

2010-02-20_153709

2010-02-20_153619

 

Insert Figures

Note that the figure captions go below the figure. In LyX I tend to set the figure width equal to 100% of the column width.

2010-02-20_154207

Tags: , ,
blog comments powered by Disqus