TeX/parskip

From Wikibooks, open books for an open world
< TeX
Jump to navigation Jump to search

Synopsis[edit | edit source]

\parskip [ [=] <glue> ]

Description[edit | edit source]

\parskip is a parameter that contains glue. TeX adds this glue to nonempty vertical lists prior to adding the horizontal boxes that result from processing a paragraph; in other words, <glue> is added between each paragraph, but not before the first or after the last paragraph.

Examples[edit | edit source]