20 February 2010 0 Comments

Howto Use IEEE LaTeX Template in LyX

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 [...]

Tags: , ,
26 January 2010 0 Comments

LaTeX Template Explained

Just a short template with some packages included: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657\documentclass[a4paper,12pt]{article} % let’s use some nice packages \usepackage{times} \usepackage{amssymb} \usepackage{amsmath} % set all margins to 2.5 cm \usepackage[margin=2.5cm]{geometry} % for fancy and easy modification of header and footer \usepackage{fancyhdr} % include hyperlinks in pdf file \usepackage{hyperref} % decide if run PdfTeX or LaTeX \ifx\pdfoutput\undefined % we are [...]

Tags: ,