|
I'm using this code to create a hyperlink to my table of contents:
ods pdf text="^S={&TOCfmt URL='#TOC'}Go to Table of Contents";
I attempted to put the hyperlink under a gplot.
However, the first page had the plot and the second page had this message:
"Continuing contents of page 24, which would not fit on a single
physical page."
How can I fit both my gplot and the hyperlink on the same page?
I'm using ods pdf to create the output.
Thank you.
|