% TwoColumnLandscapeCedar.Style
% last written by Plass, January 30, 1984 10:57:20 am PST
% last written by Beach, June 6, 1983 9:02 am
BeginStyle
(Cedar) AttachStyle
% Page layout StyleRules
(BasicSize) "normal type font size"
{10 bp} ScreenRule
(BasicSize) "normal type font size"
{8 bp} PrintRule
(CodeFont) "code font" { "Tioga" family 10 bp size } ScreenRule
(CodeFont) "code font" { "TimesRoman" family 8 bp size } PrintRule
(root) "default format for root nodes for two-column landscape layout" {
.6 in topMargin
.4 in headerMargin
.25 in footerMargin
.25 in bottomMargin
1 in leftMargin
1 in rightMargin
4.3 in lineLength
24 pt topIndent
24 pt topLeading
0 pt leftIndent
0 pt rightIndent
11 in pageWidth % page width greater than length is what makes the page landscape
8.5 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