summaryrefslogtreecommitdiff
path: root/support/tcltexed/hlp/eng/RCS/Layout.txt,v
blob: 6408324b11bc8d512d6e19ddbff3a785a7fda9b7 (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
54
55
56
57
58
59
60
head	1.1;
access;
symbols;
locks
	mys:1.1; strict;
comment	@# @;


1.1
date	99.11.22.23.41.12;	author mys;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@############################################################
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. 
@