Saturday, March 13th, 2010
I am not using MS Word since I started my master degree; all of the documents that I produced is done in LaTeX. If you are also using LaTeX for your homeworks or you will start writing your thesis soon, I recommend you to visit Ted’s latex template page. Probably the most exciting feature of this template is easiness of including matlab scripts, plus it looks fancy!
Tags: latex, Matlab, template
Posted in PHD | No Comments »
Friday, February 26th, 2010
I am using Latex for preparing documents (conference papers, presentations, homework reports… ). I usually include following packages.
Quite frequently we need to span multirows/multicolumns in our documents. In this tutorial or in the wikibooks LaTeX/Tables you can see how it works.
This package can be used to put several images in the same figure. It also give us the possibility of refering them seperately.

A very nice package to use to create algorithms in your latex document. The usage is similar to any programming language, there is a good tutorial in wikibooks Algorithms in LaTeX section.

This package allow us to draw vectoral graphics in LaTeX. You should spend time to learn the basics from the documentation. But I recommend highly you to use LaTeXDraw software which is a GUI to generate pstricks codes.
The booktabs package is useful for creating professional-looking tables in LaTeX.
Notice that the thickness of the horizantal lines are different:
Table 1: Standard LaTeX table

Table 2: LaTeX table enhanced with booktabs package

Tags: latex, packages
Posted in PHD | No Comments »