October 2009
Beginner
636 pages
13h 35m
English
Consider a scenario similar to the previous example. Here, PROC TEMPLATE creates a style where it modifies only the ten SystemTitle styles and does not change the SystemFooter styles. The CLASS statements are the same as in the previous PROC TEMPLATE step.
PROC TEMPLATE; DEFINE STYLE styles.nofoot; PARENT=styles.default; CLASS SystemTitle / font_size=24pt; CLASS SystemTitle2 / font_size=22pt; CLASS SystemTitle3 / font_size=20pt; CLASS SystemTitle4 / font_size=18pt; CLASS SystemTitle5 / font_size=16pt; CLASS SystemTitle6 / font_size=14pt; CLASS SystemTitle7 / font_size=12pt; CLASS SystemTitle8 / font_size=10pt; CLASS SystemTitle9 / font_size=8pt; CLASS SystemTitle10 / font_size=6pt; ...
Read now
Unlock full access