<?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 ODS RTF Section Break Size in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Section-Break-Size/m-p/765609#M25281</link>
    <description>&lt;P&gt;Good day fellow programmers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been searching a solution to this problem the entire day and I am not able to find a solution to my problem :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem that I am having is in the footer section of the RTF file the section break size is 12pt and I want it to be 9pt. for some reason the header section is fine and coming as 9pt. its only the footer section where I am having this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Proc Template and all my fontsizes are define as 9pt in there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the following code to generate my RTF files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods rtf file="C:\myfolder\myfilename.rtf" bookmark = "xyz.mrk" style = mystyle;&lt;BR /&gt;ods tagsets.default file=outxml(url=none) gpath="output path";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc template code:&lt;/P&gt;&lt;P&gt;REPLACE FONTS / 'titlefont2' = ("Times New Roman", 9pt)&lt;BR /&gt;'titlefont' = ("Times New Roman", 9pt)&lt;BR /&gt;'Strongfont' = ("Times New Roman", 9pt)&lt;BR /&gt;'EmphasisFont' = ("Times New Roman", 9pt)&lt;BR /&gt;'FixedEmphasisFont' = ("Times New Roman", 2pt)&lt;BR /&gt;'FixedStrongFont' = ("Times New Roman", 2pt)&lt;BR /&gt;'FixedHeadingFont' = ("Times New Roman", 2pt)&lt;BR /&gt;'BatchFixedFont' = ("SAS Monospace,Times New Roman", 2pt)&lt;BR /&gt;'FixedFont' = ("Times New Roman", 2pt)&lt;BR /&gt;'headingEmphasisFont' = ("Times New Roman", 9pt)&lt;BR /&gt;'headingFont' = ("Times New Roman", 9pt)&lt;BR /&gt;'docFont' = ("Times New Roman", 9pt)&lt;BR /&gt;'footFont' = ("Times New Roman", 9pt);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Any help will be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a screenshot of the section breaks I am talking about.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-02 212556.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63237i73DA4A9E215F9D6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-02 212556.png" alt="Screenshot 2021-09-02 212556.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers Brian.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 11:53:42 GMT</pubDate>
    <dc:creator>Brian844</dc:creator>
    <dc:date>2021-09-02T11:53:42Z</dc:date>
    <item>
      <title>ODS RTF Section Break Size</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Section-Break-Size/m-p/765609#M25281</link>
      <description>&lt;P&gt;Good day fellow programmers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been searching a solution to this problem the entire day and I am not able to find a solution to my problem :).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem that I am having is in the footer section of the RTF file the section break size is 12pt and I want it to be 9pt. for some reason the header section is fine and coming as 9pt. its only the footer section where I am having this problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Proc Template and all my fontsizes are define as 9pt in there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the following code to generate my RTF files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods rtf file="C:\myfolder\myfilename.rtf" bookmark = "xyz.mrk" style = mystyle;&lt;BR /&gt;ods tagsets.default file=outxml(url=none) gpath="output path";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc template code:&lt;/P&gt;&lt;P&gt;REPLACE FONTS / 'titlefont2' = ("Times New Roman", 9pt)&lt;BR /&gt;'titlefont' = ("Times New Roman", 9pt)&lt;BR /&gt;'Strongfont' = ("Times New Roman", 9pt)&lt;BR /&gt;'EmphasisFont' = ("Times New Roman", 9pt)&lt;BR /&gt;'FixedEmphasisFont' = ("Times New Roman", 2pt)&lt;BR /&gt;'FixedStrongFont' = ("Times New Roman", 2pt)&lt;BR /&gt;'FixedHeadingFont' = ("Times New Roman", 2pt)&lt;BR /&gt;'BatchFixedFont' = ("SAS Monospace,Times New Roman", 2pt)&lt;BR /&gt;'FixedFont' = ("Times New Roman", 2pt)&lt;BR /&gt;'headingEmphasisFont' = ("Times New Roman", 9pt)&lt;BR /&gt;'headingFont' = ("Times New Roman", 9pt)&lt;BR /&gt;'docFont' = ("Times New Roman", 9pt)&lt;BR /&gt;'footFont' = ("Times New Roman", 9pt);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Any help will be much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a screenshot of the section breaks I am talking about.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-09-02 212556.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63237i73DA4A9E215F9D6E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2021-09-02 212556.png" alt="Screenshot 2021-09-02 212556.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers Brian.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 11:53:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-RTF-Section-Break-Size/m-p/765609#M25281</guid>
      <dc:creator>Brian844</dc:creator>
      <dc:date>2021-09-02T11:53:42Z</dc:date>
    </item>
  </channel>
</rss>

