% TwoColumnCedar.Style
% last written by Plass, November 17, 1982 4:20 pm
% last written by Beach, June 6, 1983 9:02 am
BeginStyle
(Cedar) AttachStyle
% Page layout StyleRules
(root) "default format for root nodes for two-column layout" {
.5 in topMargin
.8 in headerMargin
.5 in footerMargin
.5 in bottomMargin
1.25 in leftMargin
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
} StyleRule
% Page layout routines
(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