5 useful Latex packages

latex

I am using Latex for preparing documents (conference papers, presentations, homework reports… ). I usually include following packages.

multirow

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.

subfig

This package can be used to put several images in the same figure. It also give us the possibility of refering them seperately.

Subfig Package for LaTeX

algorithmic

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.
Algorithmic Package for LaTeX

pstricks

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.

PsTricks package for LaTeX

booktabs

The booktabs package is useful for creating professional-looking tables in LaTeX.
See the difference:

Table 1: Standard LaTeX table
LateX table

Table 2: LaTeX table enhanced with booktabs package
Booktabs LaTeX table

Comment

You must be logged in to post a comment.