diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/latex2e-html/ltx-89.html')
-rw-r--r-- | Master/texmf-doc/doc/english/latex2e-html/ltx-89.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/latex2e-html/ltx-89.html b/Master/texmf-doc/doc/english/latex2e-html/ltx-89.html new file mode 100644 index 00000000000..f6b77694576 --- /dev/null +++ b/Master/texmf-doc/doc/english/latex2e-html/ltx-89.html @@ -0,0 +1,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> |