blob: f6b77694576663a3f198ae4281b523779e6137f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<html>
<head><title>Help On LaTeX \addtolength</title></head>
<body bgcolor="#ffffff" text="#000000" link="#000099" vlink="#cc0000" alink="#cc0000">
<h1><font size="-2">Hypertext Help with LaTeX</font><br><font color="#cc0000">\addtolength</font></h1>
<p>
<tt>\addtolength{len-cmd}{len}</tt>
<p>
The <tt>\addtolength</tt> command increments a
<a href="ltx-86.html#lencmd">length command</a>,
<tt>len-cmd</tt>, which is specified by the first argument, by the amount
specified in the <tt>len</tt> argument. It can be a negative amount.
<p>
As an example,
<pre>
<tt>\addtolength{<a href="parskip.html">\parskip</a>}{-.1\parskip}</tt>
</pre>
decreases the value of <tt>\parskip</tt> by 10%.
<hr>
See <a href="ltx-86.html">Lengths</a><br>
Back to the <a href="ltx-2.html">Table of Contents</a>
<hr>
<address>
Revised: Sheldon Green, 9 May 1995.
</address>
</body>
</html>
|