<?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: Cannot turn off bold in titles in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-turn-off-bold-in-titles/m-p/619718#M23719</link>
    <description>&lt;P&gt;If you don't need the Title behavior of repeating for different procedures or the use of the #By directives you might try "&lt;/P&gt;
&lt;P&gt;1) no title at all&lt;/P&gt;
&lt;P&gt;2) ODS Text or Proc ODSTEXT to place text before a graph object.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2020 23:52:43 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-01-23T23:52:43Z</dc:date>
    <item>
      <title>Cannot turn off bold in titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-turn-off-bold-in-titles/m-p/619623#M23717</link>
      <description>&lt;P&gt;I am using ODF PDF, and I trying to figure out a way to turn off bold in titles.&amp;nbsp; Here are the things I've tried.&amp;nbsp; In all of these cases, the title is still bold.&amp;nbsp; Footnotes, however, are not bold.&amp;nbsp; Any suggestions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Changing the font in the TITLE statement, which is supposed to clear bold.&amp;nbsp; E.g.:&lt;BR /&gt;
&lt;PRE&gt;title1 height = 8pt font = 'Arial' justify = left 'title ' justify = right "more title ";&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Adding escape character style information.&amp;nbsp; E.g.:
&lt;PRE&gt;ods escapechar = '`';
title1 height = 8pt font = 'Arial' justify = left '`{style [fontWeight=light]}title ' justify = right "more title ";&lt;/PRE&gt;
&lt;/LI&gt;
&lt;LI&gt;Changing the template.&amp;nbsp; E.g.:&lt;BR /&gt;
&lt;PRE&gt;proc template;
    define style pearlEdit;
        parent = styles.pearl;
        style fonts /
            'TitleFont2'          = ("Arial"                    , 8pt)
            'TitleFont'           = ("Arial"                    , 8pt)
            'StrongFont'          = ("Arial"                    , 8pt)
            'EmphasisFont'        = ("Arial"                    , 8pt)
            'FixedEmphasisFont'   = ("&amp;lt;monospace&amp;gt;, Courier"               , 8pt)
            'FixedStrongFont'     = ("&amp;lt;monospace&amp;gt;, Courier"               , 8pt)
            'FixedHeadingFont'    = ("&amp;lt;monospace&amp;gt;, Courier"               , 8pt)
            'BatchFixedFont'      = ("SAS Monospace, &amp;lt;monospace&amp;gt;, Courier", 8pt)
            'FixedFont'           = ("&amp;lt;monospace&amp;gt;, Courier"               , 8pt)
            'headingEmphasisFont' = ("Arial"                    , 8pt)
            'headingFont'         = ("Arial"                    , 8pt)
            'docFont'             = ("Arial"                    , 8pt);
    end;
run;&lt;BR /&gt;ods pdf file = "My PDF.pdf" style = pearlEdit;&lt;/PRE&gt;
&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 23 Jan 2020 18:34:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-turn-off-bold-in-titles/m-p/619623#M23717</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2020-01-23T18:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot turn off bold in titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-turn-off-bold-in-titles/m-p/619632#M23718</link>
      <description>&lt;P&gt;I figured it out!&amp;nbsp; I was plotting a graph using sgplot, and the titles were becoming part of the graph, using the style for the graph rather than the document.&amp;nbsp; I added noGTitle and noGFootnote to my ODS PDF statement, and now the constant bold is gone.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It might be a bug that bold cannot be turned off with gTitle.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry if I wasted anyone's time.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 18:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-turn-off-bold-in-titles/m-p/619632#M23718</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2020-01-23T18:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot turn off bold in titles</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-turn-off-bold-in-titles/m-p/619718#M23719</link>
      <description>&lt;P&gt;If you don't need the Title behavior of repeating for different procedures or the use of the #By directives you might try "&lt;/P&gt;
&lt;P&gt;1) no title at all&lt;/P&gt;
&lt;P&gt;2) ODS Text or Proc ODSTEXT to place text before a graph object.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 23:52:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Cannot-turn-off-bold-in-titles/m-p/619718#M23719</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-01-23T23:52:43Z</dc:date>
    </item>
  </channel>
</rss>

