<?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: ods pdf toc formatting in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-toc-formatting/m-p/805140#M25671</link>
    <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Somehow I missed the paper you mentioned in my searches. I will take a look at it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You noted "I find your code hard to read, you should use the running man icon to paste it." I am confused by this statement. Can you elaborate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 20:28:13 GMT</pubDate>
    <dc:creator>Jima</dc:creator>
    <dc:date>2022-03-30T20:28:13Z</dc:date>
    <item>
      <title>ods pdf toc formatting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-toc-formatting/m-p/804295#M25667</link>
      <description>&lt;P&gt;I am trying to format a PDF TOC. Here is an example of the output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jima_0-1648325873854.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69832i6452BED20EB9F231/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jima_0-1648325873854.png" alt="Jima_0-1648325873854.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to change the font size, font style, and so on. Also, I would like to change the TOC to read:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ten-Year Fall Enrollments&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Chart1a.....&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Chart 1b...&lt;/P&gt;&lt;P&gt;and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;Here is a copy of the statements:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;options orientation = landscape nodate;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ods pdf file = "&amp;amp;drive.\&amp;amp;dir.\urp01x.pdf" &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;pdftoc=1 uniform contents=yes;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ods escapechar='~';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;options nonumber;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;goptions ftitle='Swissb' fby='Swissb' hby=2.2;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;options nonumber printerpath=pdf;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ods proclabel "Ten-Year Fall Enrollments" ;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;proc sgplot data=urp.tenyrs_stud pctlevel=group&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;description="Chart 1a: Ten-Year Fall Enrollment by Race/Ethinicity";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;vbar year / group=racex groupdisplay=stack;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;amp;color5.;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;label racex = 'Race/Ethincity'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;year = 'Year';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ods proclabel "Ten-Year Fall Enrollments";&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;proc sgpanel data=urp.tenyrs_stud description="Chart 1b: Ten-Year Fall Enrollment by Gender and Race/Ethinicity";&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;where gender in ('M','1','F','2');&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;panelby gender;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;vbar year / group=racex groupdisplay=stack;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;amp;color5.;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;label racex = 'Race/Ethincity'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;year = 'Year'&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;gender = 'Gender';&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;format gender $gender.;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;run;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ods pdf close;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Mar 2022 20:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-toc-formatting/m-p/804295#M25667</guid>
      <dc:creator>Jima</dc:creator>
      <dc:date>2022-03-26T20:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf toc formatting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-toc-formatting/m-p/805089#M25670</link>
      <description>&lt;P&gt;I find your code hard to read, you should use the running man icon to paste it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have always found this paper quite helpful in formatting my TOC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4265-2020.pdf" target="_blank" rel="noopener"&gt;https://www.sas.com/content/dam/SAS/support/en/sas-global-forum-proceedings/2020/4265-2020.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 15:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-toc-formatting/m-p/805089#M25670</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2022-03-30T15:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf toc formatting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-toc-formatting/m-p/805140#M25671</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Somehow I missed the paper you mentioned in my searches. I will take a look at it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You noted "I find your code hard to read, you should use the running man icon to paste it." I am confused by this statement. Can you elaborate?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 20:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-toc-formatting/m-p/805140#M25671</guid>
      <dc:creator>Jima</dc:creator>
      <dc:date>2022-03-30T20:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: ods pdf toc formatting</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-toc-formatting/m-p/805733#M25673</link>
      <description>&lt;P&gt;This icon on the message editor is for pasting code&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ghosh_0-1649006928852.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/70075i609CB9AF0B2E01B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ghosh_0-1649006928852.png" alt="ghosh_0-1649006928852.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2022 17:29:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-pdf-toc-formatting/m-p/805733#M25673</guid>
      <dc:creator>ghosh</dc:creator>
      <dc:date>2022-04-03T17:29:37Z</dc:date>
    </item>
  </channel>
</rss>

