Date: Tue, 30 Nov 2004 16:21:00 -0500
Reply-To: Ya Huang <ya.huang@AMYLIN.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Ya Huang <ya.huang@AMYLIN.COM>
Subject: Re: format FOOTNOTEs in v8.2 ODS PDF
Kevin,
Try this:
ods pdf file="c:\temp\junk.pdf";
proc print data=sashelp.class;
footnote j=l h=8pt "left just footnote";
run;
ods pdf close;
Kind regards,
Ya Huang
On Tue, 30 Nov 2004 16:04:30 -0500, Kevin Roland Viel <kviel@EMORY.EDU>
wrote:
>Greetings,
>
> Is it possible to format a FOOTNOTE? The online doc did not seem to
>indicate that it might be possible. I am using ODS PDF. I would like to
>Make the footnote font size 8 or less and not have it centered.
>
>Thanks,
>
>Kevin
>
>Velvet, Rose, Orange,...
>
>
>Kevin Viel
>Department of Epidemiology
>Rollins School of Public Health
>Emory University
>Atlanta, GA 30322
|