summaryrefslogtreecommitdiff
path: root/macros/text1/cms_help_files/vs.helpmark
blob: fb1a1cc8f67a08a88771b242e8b02c0f4d568266 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
+-----------------------------------------------------------------------------+
|                                verticalspace                                |
+-----------------------------------------------------------------------------+
 
Abbreviation:  ã|\vsã%
 
Parameters:    ã|units of measureã%
 
    ã|Description:ã%
The \verticalspace  markup creates blank lines  (or space) on a  page.  This
markup causes a break in text  and leaves a specified amount of space within
a page.   Any following  text starts a new  paragraph.  The  total amount of
white space left is the  units of measure (dimension) in the \verticalspace,
plus  the current  paragraph  skip value.    This  markup is  followed  by a
parameter, which  can be  entered in whole  blank lines, inches,  points, or
other valid units of measure.
 
    ã|Example:ã%
\verticalspace{24pt}
 
{\bd Minerals and Human Behavior}
\verticalspace{1\bl}
"Does the Absurd dictate death?" asks Albert
Camus, a novelist who lionized the labors of .  .  .
 
+-----------------------------------------------------------------------------+
|                                                                             |
|                                                                             |
|                                                                             |
|                                                                             |
|     Minerals and Human Behavior                                             |
|                                                                             |
|     "Does the Absurd  dictate death?"   asks Albert Camus,  a novelist who  |
| lionized the labors of . . .                                                |
+-----------------------------------------------------------------------------+
 
    ã|Notes:ã%
You can tell  TEXT1 you want a variable amount  of white space between lines
by entering something line:
 
\verticalspace{10pt plus 2pt minus 1pt}
 
which tells  TEXT1 you  want 10  points of  white space  in addition  to the
paragraph skip.    If TEXT1 cannot  balance text to  the bottom  of the page
when  \normalbottom is  in effect  (which is  the default),  then  the above
specification allows TEXT1 to add up  to 2 points of white space or subtract
up to 1 point of white space from the 10 points of white space.
    If you  enter a \verticalspace  markup at the top  of a page  it will be
ignored.  Putting  a \verticalspace at the bottom of  a page is risky, also,
if the amount of  space left on the page is  less than the amount asked for.
The difference will  not be carried over  to the following page;  it will be
lost.   Both difficulties can be resolved by  using a required space markup,
\verticalspacekeep.