Wednesday, February 18, 2015
SAS: Duplicate titles in PDF
I had duplicate titles in a PDF: once outside the graph and once inside the graph. Eliminated this with nogtitle and nogfootnote as follows:
ods _all_ close;
ods graphics / reset=all;
options orientation=portrait;
options papersize=(8.5in 11in);
* nogplot and nogtitle eliminates duplicated titles ;
ods pdf file="&OUTPUT_PDF" nogtitle nogfootnote ; * style=statistical ;
See https://communities.sas.com/message/144661
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment