Time for action – increasing line spacing

Though LaTeX already takes care of good readability by choosing a meaningful interline spacing, publishers might require different spacing. We shall modify our example by adding half of a line height to the line spacing.

  1. Extend the preamble of our example with this command:
    \usepackage[onehalfspacing]{setspace}
  2. Typeset to see the change:
    Time for action – increasing line spacing

What just happened?

We loaded the setspace package. Its only purpose is to adjust the line spacing. We provided the option onehalfspacing . This increases the spacing by half of a line height for the whole document.

setspace understands three options:

  • singlespacing is the default. ...

Get LaTeX Beginners Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.