33UpLabels.Style
Copyright © 1986 by Xerox Corporation. All rights reserved.
% last written by Plass, November 17, 1982 4:20 pm
% last written by Nickell, November 7, 1984 8:23:59 am PST
% last written by Beach, November 7, 1984 9:22:02 am PST
Michael Plass, February 17, 1986 11:14:42 am PST
Rick Beach, March 10, 1986 10:36:59 pm PST
BeginStyle
(Cedar) AttachStyle
Page layout StyleRules
(standard) "shared by various formats" {
regular face
caps+lowercase alphabets
BasicSize size
BasicLeading leading
% change top/bottom leading
BasicSize ExtraLead 0 topLeadingGlue
BasicSize ExtraLead 0 bottomLeadingGlue
20 pageBreakAfterFirstLinePenalty
20 pageBreakBeforeLastLinePenalty
0 pageBreakPenalty
flushLeft lineFormatting
flushLeft lastLineFormatting
0 em firstIndent
0 em restIndent
the size MoreLead .add topIndent
15 sp tabStops
} StyleRule
(root) "default format for root nodes for two-column layout" {
.25 in topMargin
1 in headerMargin
8.75 in footerMargin
0 in bottomMargin
.5 in leftMargin
.5 in rightMargin
2.75 in lineLength
BreakSize in topIndent
0 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 .fill
.page IF .not THEN {.fill} FI
5 GalleyWidth .hboxto
9 {
.fill
.page IF .not THEN {.fill} FI .fill
.page IF .not THEN {.fill} FI .fill
.page IF .not THEN {.fill} FI
5 GalleyWidth .hboxto
} .cvx .rept
19 1 in .vboxto
HeaderBox .exchbox 2 .vbox .shipout
IncrPage
} ENDLOOP
}.cvx .def
EndStyle