Modifying Titles and Footnotes Using Style Elements (Part 2 of 2)

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; ...

Get Output Delivery System: The Basics and Beyond now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.