% BlueAndWhite.Style
% Created by Beach, May 20, 1983 2:25 pm
BeginStyle
(Cedar) AttachStyle
% General declarations
(oneSidedFormat) % set false if you wish two-sided headers/footers
{.false} .cvx .def
(firstPageNumber)
{0} .cvx .def
(firstHeadersAfterPage)
{0} .cvx .def
(BasicLeading) % normal type leading
{BasicSize 6 bp .add} .cvx .def
% Looks
(look.q) "quaint Xerox logo font ScreenRule" {
"Logo" family 24 pt size 4 pt bigger topLeading} ScreenRule
(look.q) "quaint Xerox logo font PrintRule" {
"Logo" family 24 pt size 8 pt .neg vshift} PrintRule
% Formats
(block) "for block paragraphs, no initial indentation" {
docStandard
regular face
0 MoreLead 0 topLeadingGlue
10 pageBreakPenalty
justified lineFormatting
} StyleRule
(head3) "for major section headings" {
docStandard
bold face
BasicSize MoreLead .add leading
HexBreak BasicSize MoreLead topLeadingGlue
DoubleBreak BasicSize MoreLead bottomLeadingGlue
50 pageBreakAfterLastLinePenalty
} StyleRule
(head4) "for minor section headings" {
docStandard
italic face
BasicSize MoreLead .add leading
QuadBreak BasicSize MoreLead topLeadingGlue
DoubleBreak BasicSize MoreLead bottomLeadingGlue
25 pageBreakAfterLastLinePenalty
} StyleRule
(root) "default type for root nodes" {
docStandard
.5 in topMargin
.8 in headerMargin
.5 in footerMargin
.5 in bottomMargin
1 in leftMargin
1 in rightMargin
24 pt topIndent
24 pt topLeading
0 leftIndent
10 pt rightIndent
} StyleRule
EndStyle