<?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: Style element associated with FOOTNOTES in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Style-element-associated-with-FOOTNOTES/m-p/714858#M24828</link>
    <description>Hi: You found the systemfooter class/element. I think you'll see it in Styles.default, which is what styles.rtf inherits from (ultimately). You can either do indirect reference back to the abstract FONTS element. or you can just specify the individual style attributes for fonts in that CLASS statement.&lt;BR /&gt;Cynthia</description>
    <pubDate>Thu, 28 Jan 2021 01:49:11 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2021-01-28T01:49:11Z</dc:date>
    <item>
      <title>Style element associated with FOOTNOTES</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Style-element-associated-with-FOOTNOTES/m-p/714827#M24824</link>
      <description>&lt;P&gt;I am trying to create a custom style template based on the RTF style.&amp;nbsp; I want FOOTNOTES&amp;nbsp; to have different default attributes from TITLES.&amp;nbsp; As far as I can tell footnotes use these style attributes&amp;nbsp;&lt;CODE class=" language-sas"&gt;'TitleFont' = ("&amp;lt;serif&amp;gt;, Times Roman",13pt,bold italic)&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Is there a way to create a &lt;CODE class=" language-sas"&gt;'FootFont' = ("&amp;lt;serif&amp;gt;, Times Roman",13pt,bold italic)&amp;nbsp;&lt;/CODE&gt;that will be used by footnotes by default.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;define style Styles.Rtf;
   parent = styles.printer;
   style fonts /
      'TitleFont2' = ("&amp;lt;serif&amp;gt;, Times Roman",12pt,bold italic)
      'TitleFont' = ("&amp;lt;serif&amp;gt;, Times Roman",13pt,bold italic)
      'StrongFont' = ("&amp;lt;serif&amp;gt;, Times Roman",10pt,bold)
      'EmphasisFont' = ("&amp;lt;serif&amp;gt;, Times Roman",10pt,italic)
      'FixedEmphasisFont' = ("&amp;lt;monospace&amp;gt;, Courier",9pt,italic)
      'FixedStrongFont' = ("&amp;lt;monospace&amp;gt;, Courier",9pt,bold)
      'FixedHeadingFont' = ("&amp;lt;monospace&amp;gt;, Courier",9pt,bold)
      'BatchFixedFont' = ("SAS Monospace, &amp;lt;monospace&amp;gt;, Courier",6.7pt)
      'FixedFont' = ("&amp;lt;monospace&amp;gt;, Courier",9pt)
      'headingEmphasisFont' = ("&amp;lt;serif&amp;gt;, Times Roman",11pt,bold italic)
      'headingFont' = ("&amp;lt;serif&amp;gt;, Times Roman",11pt,bold)
      'docFont' = ("&amp;lt;serif&amp;gt;, Times Roman",10pt);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT:&amp;nbsp; I think I figured it.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;      class SystemFooter /
         font = Fonts('FootnoteFont');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jan 2021 22:30:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Style-element-associated-with-FOOTNOTES/m-p/714827#M24824</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2021-01-27T22:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Style element associated with FOOTNOTES</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Style-element-associated-with-FOOTNOTES/m-p/714858#M24828</link>
      <description>Hi: You found the systemfooter class/element. I think you'll see it in Styles.default, which is what styles.rtf inherits from (ultimately). You can either do indirect reference back to the abstract FONTS element. or you can just specify the individual style attributes for fonts in that CLASS statement.&lt;BR /&gt;Cynthia</description>
      <pubDate>Thu, 28 Jan 2021 01:49:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Style-element-associated-with-FOOTNOTES/m-p/714858#M24828</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-01-28T01:49:11Z</dc:date>
    </item>
  </channel>
</rss>

