Thursday, August 22, 2013

LaTeX tricks

In this post I will gather different LaTeX tricks that I want to remember.

Changing the space between paragraphs

Command to change the space between paragraphs globally.

\setlength{\parskip}{desired space}

I think the default value is \baselineskip.

No comments: