TwoColumnCedar.Style
Copyright
© 1986 by Xerox Corporation. All rights reserved.
% last written by Plass, November 17, 1982 4:20 pm
% last written by Beach, June 6, 1983 9:02 am
Rick Beach, March 10, 1986 9:57:35 pm PST
BeginStyle
(
Cedar) AttachStyle
Page layout StyleRules
(
root) "default format for root nodes for two-column layout" {
cedarRoot
1 in rightMargin
3 in lineLength
24 pt topIndent
24 pt topLeading
0 pt leftIndent
0 pt rightIndent
8.5 in pageWidth
11 in pageLength
2 column
} PrintRule
Page layout routines for TSetter
(
PageBuilder) {
StartPageCounter
DO {
.page
EXITifFALSE
.fill
.page
IF .not
THEN {.fill}
FI
3 GalleyWidth .hboxto
HeaderBox
.exchbox
FooterBox
3 .vbox .shipout
IncrPage
}
ENDLOOP
}.cvx .def
EndStyle