Code Comments

Code Comments

Tips and short tutorials on various programming technologies

Code Comments RSS Feed
 
 
 
 

Archive for January, 2010

Adding Blank Vertical Space in LaTeX

Sometimes you just need some extra vertical space in a LaTeX document. There are a couple of simple ways to approach this. This first is the vspace command:

\vspace{5 mm}

This approach gives you a lot of flexibility because you can specify exactly how large you want the vertical space to be.
However, sometimes, you simply want a [...] Read more »