<?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: Double-spacing Body Text in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/673184#M24308</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Create an rtf file and edit in Word*/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ods _all_ close;
ods rtf file="~/img/test.rtf" ;
proc odstext;
p "{\pard \sl480\slmult1 The analyses presented here provide only a brief summary of collected data, with the feasibility
 of a more detailed presentation limited by the extensive breadth and detail contained in the
 dataset. The principal investigator, Dr. X, is happy to provide further
 information or to discuss research partnership opportunities upon request. \par}"
/style=[fontsize=12pt fontfamily="Arial"];
run;
ods rtf close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47773i93FDA51AC0F2645C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Jul 2020 15:44:08 GMT</pubDate>
    <dc:creator>ghosh</dc:creator>
    <dc:date>2020-07-29T15:44:08Z</dc:date>
    <item>
      <title>Double-spacing Body Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/672956#M24302</link>
      <description>&lt;P&gt;I am writing a document in SAS and would like to double space my text. I am using PROC ODSTEXT to allow me more control of other elements. Is there anyway to set this as a feature of the output without having to manually identify line wraps and put in something like the following:&lt;/P&gt;&lt;PRE&gt;p " ";&lt;/PRE&gt;&lt;P&gt;or any other tedious hardcoding what I want?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An example of my code is below:&lt;/P&gt;&lt;PRE&gt;proc odstext pagebreak=no;
	h "{\scaps Note}" / style={fontfamily='Arial' fontweight=bold font_size=12pt just=c};
	p "";
	p "The analyses presented here provide only a brief summary of collected data, with the feasibility
 of a more detailed presentation limited by the extensive breadth and detail contained in the
 dataset. The principal investigator, Dr. X, is happy to provide further
 information or to discuss research partnership opportunities upon request.";
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 28 Jul 2020 19:26:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/672956#M24302</guid>
      <dc:creator>tburus</dc:creator>
      <dc:date>2020-07-28T19:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Double-spacing Body Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/672959#M24303</link>
      <description>&lt;P&gt;Double space between paragraphs or lines within a paragraph?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW&lt;/P&gt;
&lt;P&gt;p;&lt;/P&gt;
&lt;P&gt;will place an empty paragraph. The literal text of " " you have been using isn't needed.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 19:43:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/672959#M24303</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-28T19:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Double-spacing Body Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/672978#M24304</link>
      <description>Within a paragraph. Thanks for the note on the other matter.</description>
      <pubDate>Tue, 28 Jul 2020 21:22:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/672978#M24304</guid>
      <dc:creator>tburus</dc:creator>
      <dc:date>2020-07-28T21:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Double-spacing Body Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/673184#M24308</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/* Create an rtf file and edit in Word*/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ods _all_ close;
ods rtf file="~/img/test.rtf" ;
proc odstext;
p "{\pard \sl480\slmult1 The analyses presented here provide only a brief summary of collected data, with the feasibility
 of a more detailed presentation limited by the extensive breadth and detail contained in the
 dataset. The principal investigator, Dr. X, is happy to provide further
 information or to discuss research partnership opportunities upon request. \par}"
/style=[fontsize=12pt fontfamily="Arial"];
run;
ods rtf close;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Untitled.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47773i93FDA51AC0F2645C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Untitled.png" alt="Untitled.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 15:44:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/673184#M24308</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-07-29T15:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Double-spacing Body Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/673905#M24318</link>
      <description>Thanks. Is there anyway to set this option so that it double spaces the whole document without having to do this to each p statement manually?</description>
      <pubDate>Sat, 01 Aug 2020 13:46:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/673905#M24318</guid>
      <dc:creator>tburus</dc:creator>
      <dc:date>2020-08-01T13:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Double-spacing Body Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/673926#M24321</link>
      <description>&lt;P&gt;I am afraid not.&amp;nbsp; &amp;nbsp;you can search and replace the odstext p statement with the formatting text.&amp;nbsp; Perhaps write SAS code to insert the codes&lt;/P&gt;</description>
      <pubDate>Sat, 01 Aug 2020 15:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Double-spacing-Body-Text/m-p/673926#M24321</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2020-08-01T15:39:10Z</dc:date>
    </item>
  </channel>
</rss>

