<?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: proc odstext - textindent= in ods pdf/ods rtf in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-odstext-textindent-in-ods-pdf-ods-rtf/m-p/615895#M23662</link>
    <description>&lt;P&gt;I don't know what is happening here. Result window does not wrap for me. The pdf file does have the wrapped items as you mention.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I use a dummy item without spaces (see code below) the wrapping does not happen.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="&amp;amp;demo./reporting/test.pdf";

proc odstext;
   list; 
      item 'First example';
      item 'Second example';
      item 'Third example';
   end;
run;

proc odstext;
   list / style={textindent=25} ;
/* long dummy item */
      item '_____________________________________________________';
      item 'First example';
      item 'Second example';
      item 'Third example';
   end;
run;

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Maybe this helps in the investigation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Jos&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2020 11:54:10 GMT</pubDate>
    <dc:creator>JosvanderVelden</dc:creator>
    <dc:date>2020-01-08T11:54:10Z</dc:date>
    <item>
      <title>proc odstext - textindent= in ods pdf/ods rtf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-odstext-textindent-in-ods-pdf-ods-rtf/m-p/615200#M23658</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I was wondering why the length of the line is not sufficient when the textindent option is used and how to fix it.&lt;/P&gt;&lt;P&gt;The same issue also occurs in ods rtf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="indent_pdf.JPG" style="width: 143px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/35148iFBCF9DD8C7F3C26E/image-size/large?v=v2&amp;amp;px=999" role="button" title="indent_pdf.JPG" alt="indent_pdf.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="&amp;amp;demo./reporting/test.pdf";
proc odstext;
   list; 
      item 'First example';
      item 'Second example';
      item 'Third example';
   end;
run;

proc odstext;
   list / style={textindent=10} ;
      item 'First example';
      item 'Second example';
      item 'Third example';
   end;
run;

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Véronique&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jan 2020 15:29:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-odstext-textindent-in-ods-pdf-ods-rtf/m-p/615200#M23658</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2020-01-05T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: proc odstext - textindent= in ods pdf/ods rtf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-odstext-textindent-in-ods-pdf-ods-rtf/m-p/615895#M23662</link>
      <description>&lt;P&gt;I don't know what is happening here. Result window does not wrap for me. The pdf file does have the wrapped items as you mention.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I use a dummy item without spaces (see code below) the wrapping does not happen.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file="&amp;amp;demo./reporting/test.pdf";

proc odstext;
   list; 
      item 'First example';
      item 'Second example';
      item 'Third example';
   end;
run;

proc odstext;
   list / style={textindent=25} ;
/* long dummy item */
      item '_____________________________________________________';
      item 'First example';
      item 'Second example';
      item 'Third example';
   end;
run;

ods pdf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Maybe this helps in the investigation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards, Jos&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 11:54:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-odstext-textindent-in-ods-pdf-ods-rtf/m-p/615895#M23662</guid>
      <dc:creator>JosvanderVelden</dc:creator>
      <dc:date>2020-01-08T11:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: proc odstext - textindent= in ods pdf/ods rtf</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-odstext-textindent-in-ods-pdf-ods-rtf/m-p/758160#M25185</link>
      <description>&lt;P&gt;There are three workarounds which work in my PDF but It's far from great as the same output cannot be expected in other destinations like the HTML destination.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- use marginleft= (usually used to define the global option style attribute) instead of textindent=&lt;/P&gt;&lt;P&gt;- use textindent= + asis=on&lt;/P&gt;&lt;P&gt;- use textindent= + width=&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, if someone know how to indent both bullet points and related text (not just the text) in a clean way, feel free to share the syntax.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jul 2021 17:06:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-odstext-textindent-in-ods-pdf-ods-rtf/m-p/758160#M25185</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2021-07-29T17:06:33Z</dc:date>
    </item>
  </channel>
</rss>

