Hypertext Help with LaTeX

\addtolength

\addtolength{len-cmd}{len}

The \addtolength command increments a length command, len-cmd, which is specified by the first argument, by the amount specified in the len argument. It can be a negative amount.

As an example,

    \addtolength{\parskip}{-.1\parskip}

decreases the value of \parskip by 10%.


See Lengths
Back to the Table of Contents


Revised 9 May 1995.