Posts

Showing posts from February, 2013

My LaTex Header

I want to share my commonly used latex header here. It is not a template, basically it is only a collection of packages which is useful (at least in my mind). This header is for my personal use: writing something like homework, course notes, technique reports or resume, and so on. For academic paper we will have the IEEE or ACM template (.sty files), but these packages can still be used for adjusting the display style (although it is not recommended to do that). Note that you might need to manually update your packages since some of the following packages are not installed by default. \documentclass[10pt]{article} \usepackage[english]{babel} % commonly used package for math equations, figures, and colored display \usepackage{amsmath,graphicx,amssymb,amsfonts,subfigure,flafter,float,framed,color} \usepackage{algorithmic} \usepackage{multicol} % change page margin \usepackage[top=1.2in, bottom=0.8in, left=0.8in, right=0.8in]{geometry} % change the font  \usepackage[T1]