summaryrefslogtreecommitdiff
path: root/support/tcltexed/hlp/bre/Layout.txt
diff options
context:
space:
mode:
Diffstat (limited to 'support/tcltexed/hlp/bre/Layout.txt')
-rw-r--r--support/tcltexed/hlp/bre/Layout.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/support/tcltexed/hlp/bre/Layout.txt b/support/tcltexed/hlp/bre/Layout.txt
new file mode 100644
index 0000000000..61559daa09
--- /dev/null
+++ b/support/tcltexed/hlp/bre/Layout.txt
@@ -0,0 +1,36 @@
+############################################################
+Layout
+############################################################
+
+Miscellaneous commands for controlling the general layout
+of the page.
+
+ \flushbottom: Make all text pages the same height.
+ \onecolumn: Use one-column layout.
+ \raggedbottom: Allow text pages of differing height.
+ \twocolumn: Use two-column layout.
+
+############################################################
+ \flushbottom ::flushbottom::
+############################################################
+The \flushbottom declaration makes all text pages the same
+height, adding extra vertical space when necessary to fill
+out the page. This is the standard if twocolumn mode is
+selected.
+############################################################
+ \onecolumn ::onecolumn::
+############################################################
+The \onecolumn declaration starts a new page and produces
+single-column output.
+############################################################
+ \raggedbottom ::raggedbottom::
+############################################################
+The \raggedbottom declaration makes all pages the height of
+the text on that page. No extra vertical space is added.
+############################################################
+ \twocolumn ::twocolumn::
+############################################################
+\twocolumn[text]
+The \twocolumn declaration starts a new page and produces
+two-column output. If the optional text argument is present,
+it is typeset in one-column mode.