TwoColumnLandscapeCedar.Style
Copyright © 1986 by Xerox Corporation. All rights reserved.
% last written by Plass, January 30, 1984 10:57:20 am PST
% last written by Beach, June 6, 1983 9:02 am
Rick Beach, March 10, 1986 9:56:45 pm PST
BeginStyle
(Cedar) AttachStyle
StyleParam declarations
(pageRotation) 0 StyleParam
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" {
cedarRoot
.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 for the TSetter.
8.5 in pageLength
2 column
1 sided
90 pageRotation
} PrintRule
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