[latexrefman-commits] r432 - in /trunk: ChangeLog latex2e.texi

jhefferon at domain.hid jhefferon at domain.hid
Sun Sep 13 18:48:22 CEST 2015


Author: jhefferon
Date: Sun Sep 13 18:48:21 2015
New Revision: 432

URL: http://svn.gna.org/viewcvs/latexrefman?rev=432&view=rev
Log:
\addvspace

Modified:
    trunk/ChangeLog
    trunk/latex2e.texi

Modified: trunk/ChangeLog
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/ChangeLog?rev=432&r1=431&r2=432&view=diff
==============================================================================
--- trunk/ChangeLog	(original)
+++ trunk/ChangeLog	Sun Sep 13 18:48:21 2015
@@ -1,3 +1,8 @@
+2015-09-13  Jim Hefferon  <jhefferon at domain.hid>
+
+	* latex2e.texi (\addvspace): Add explanation, and link to
+	Lengths.
+
 2015-09-12  Jim Hefferon  <jhefferon at domain.hid>
 
 	* latex2e.texi (\vspace, \vfill): Add wording and example to

Modified: trunk/latex2e.texi
URL: http://svn.gna.org/viewcvs/latexrefman/trunk/latex2e.texi?rev=432&r1=431&r2=432&view=diff
==============================================================================
--- trunk/latex2e.texi	(original)
+++ trunk/latex2e.texi	Sun Sep 13 18:48:21 2015
@@ -19,6 +19,7 @@
 @c xx merge permuted-index
 @c xx merge latex-manual from savannah
 @c xx merge display style math
+ at c xx vertical mode, horizontal mode
 @c
 @c xx The typeset source2e has an index with all kernel
 @c xx commands, though some are internal and shouldn't be included.
@@ -7578,7 +7579,6 @@
 with dots instead of just white space.
 
 
- at domain.hid xx undone
 @node \addvspace
 @section @code{\addvspace}
 
@@ -7588,11 +7588,21 @@
 
 @code{\addvspace at domain.hid}@}}
 
-The @code{\addvspace} command normally adds a vertical space of height
- at domain.hid}.  However, if vertical space has already been added to the same
-point in the output by a previous @code{\addvspace} command, then this
-command will not add more space than is needed to make the natural
-length of the total vertical space equal to @var{length}.
+Add a vertical space of height @var{length}, which is a rubber length
+(@pxref{Lengths}).  However, if vertical space has already been added to
+the same point in the output by a previous @code{\addvspace} command
+then this command will not add more space than what is needed to make
+the natural length of the total vertical space equal to @var{length}.
+
+Use this command to adjust the vertical space above or below an
+environment that starts a new paragraph.  (For instance, a Theorem
+environment is defined to begin and end in @code{\addvspace@{..@}} so
+that two consecutive Theorem's are separated by one vertical space, not
+two.)
+
+The error @samp{Something's wrong--perhaps a missing \item} means that
+you were not in vertical mode when you invoked this command; one way to
+change that is to precede this command with a @code{\par} command.
 
 
 @node \bigskip \medskip \smallskip
@@ -7682,19 +7692,21 @@
 Add the vertical space @var{length}.  This can be negative or positive,
 and is a rubber length (@pxref{Lengths}).
 
-Ordinarily, @LaTeX{} removes the vertical space at a page break, that
-is, at the top or bottom of a page.  With the starred version
- at domain.hid*@{..@}} the space is not removed.
+ at LaTeX{} removes the vertical space from @code{\vfill} at a page break,
+that is, at the top or bottom of a page.  The starred version
+ at code{\vspace*@{..@}} causes the space to stay.
 
 In this example the two questions will be evenly spaced vertically on
 the page, with at least one inch of space below each.
 
 @example
+\begin at domain.hid@}
 1) Who put the bomp in the bomp bah bomp bah bomp?
 \vspace at domain.hid plus 1fill@}
 
 2) Who put the ram in the rama lama ding dong?
 \vspace at domain.hid plus 1fill@}
+\end at domain.hid@}
 @end example
 
 





More information about the latexrefman-commits mailing list