diff options
Diffstat (limited to 'obsolete/macros/text1/cms_help_files/3skipb.helpfoot')
-rw-r--r-- | obsolete/macros/text1/cms_help_files/3skipb.helpfoot | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/obsolete/macros/text1/cms_help_files/3skipb.helpfoot b/obsolete/macros/text1/cms_help_files/3skipb.helpfoot new file mode 100644 index 0000000000..bc6ebaf65d --- /dev/null +++ b/obsolete/macros/text1/cms_help_files/3skipb.helpfoot @@ -0,0 +1,22 @@ ++-----------------------------------------------------------------------------+ +| TEXT1 \skipbeforedivider COMMAND | ++-----------------------------------------------------------------------------+ + +The \skipbeforedivider command is always used in conjunction with the +\footnoteformat (\fnf) command, and will set the amount of vertical space +between the page text and the footnote divider. The format for the +\skipbeforedivider command is: + + \footnoteformat{ + \skipbeforedivider{xx} + } + +Where "xx" is expressed in \baselines or any valid TeX measurement (pt, pc, in, +etc.). For example, + + \footnoteformat{ + \skipbeforedivider{1.5in} + } + +would put one and one-half inches of vertical space between the page text and +the footnote dividing rule. |