<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Change colour for superscript only (in SAS 9.1) in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Change-colour-for-superscript-only-in-SAS-9-1/m-p/130548#M10768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia is correct.&amp;nbsp; All the really cool inline style stuff in the PRINTER (PDF, PS, PCL) destination.was introduced in v920.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2012 19:30:33 GMT</pubDate>
    <dc:creator>ScottH_SAS</dc:creator>
    <dc:date>2012-06-01T19:30:33Z</dc:date>
    <item>
      <title>Change colour for superscript only (in SAS 9.1)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Change-colour-for-superscript-only-in-SAS-9-1/m-p/130545#M10765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I can not find a way to change the colour only for superscript in SAS 9.1.&lt;/P&gt;&lt;P&gt;For example, the following does not work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;data test1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; text="^S={foreground=red}^{super D} Footnote.";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ods escapechar='^';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ods pdf;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;proc print data=test1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp; var text;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ods pdf close;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 20:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Change-colour-for-superscript-only-in-SAS-9-1/m-p/130545#M10765</guid>
      <dc:creator>statsplank</dc:creator>
      <dc:date>2012-05-31T20:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Change colour for superscript only (in SAS 9.1)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Change-colour-for-superscript-only-in-SAS-9-1/m-p/130546#M10766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I do not think there is a way to only change the color of the superscripted character in that type of syntax for PDF. However, I believe that the syntax you show might work for either RTF or HTML in SAS 9.1.3. If you need more help with how to make it work for PDF or to find out whether it is possible to make it work for PDF using SAS 9.1.3, you should work with Tech Support. To open a track with Tech Support, fill out the form at this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/ctx/supportform/createForm"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2012 21:51:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Change-colour-for-superscript-only-in-SAS-9-1/m-p/130546#M10766</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-05-31T21:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change colour for superscript only (in SAS 9.1)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Change-colour-for-superscript-only-in-SAS-9-1/m-p/130547#M10767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Cynthia!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 15:04:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Change-colour-for-superscript-only-in-SAS-9-1/m-p/130547#M10767</guid>
      <dc:creator>statsplank</dc:creator>
      <dc:date>2012-06-01T15:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Change colour for superscript only (in SAS 9.1)</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Change-colour-for-superscript-only-in-SAS-9-1/m-p/130548#M10768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia is correct.&amp;nbsp; All the really cool inline style stuff in the PRINTER (PDF, PS, PCL) destination.was introduced in v920.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 19:30:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Change-colour-for-superscript-only-in-SAS-9-1/m-p/130548#M10768</guid>
      <dc:creator>ScottH_SAS</dc:creator>
      <dc:date>2012-06-01T19:30:33Z</dc:date>
    </item>
  </channel>
</rss>

