<?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: Title Styles with SAS/Graph procedures and PDF output in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Title-Styles-with-SAS-Graph-procedures-and-PDF-output/m-p/41542#M1341</link>
    <description>Hi:&lt;BR /&gt;
  Not sure what's happening with the style template. You might want to work with Tech Support on that question. &lt;BR /&gt;
            &lt;BR /&gt;
However, you can always use SAS/GRAPH TITLE statement options to make each title have the font/size characteristics that you want:&lt;BR /&gt;
[pre]&lt;BR /&gt;
title h=12pt c=black f='Times New Roman' bold  'What size is this title';&lt;BR /&gt;
title2 h=6pt c=black f='Times New Roman' bold 'what size is title2';&lt;BR /&gt;
    &lt;BR /&gt;
[/pre]&lt;BR /&gt;
                        &lt;BR /&gt;
cynthia</description>
    <pubDate>Sun, 17 Jan 2010 17:46:33 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2010-01-17T17:46:33Z</dc:date>
    <item>
      <title>Title Styles with SAS/Graph procedures and PDF output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Title-Styles-with-SAS-Graph-procedures-and-PDF-output/m-p/41541#M1340</link>
      <description>Hi-&lt;BR /&gt;
&lt;BR /&gt;
I am using proc template to create styles for my SAS/Graph output. Here is a little bit of the code:&lt;BR /&gt;
&lt;BR /&gt;
proc template;&lt;BR /&gt;
path sasuser.templat(update) sashelp.tmplmst(read);&lt;BR /&gt;
define style MDRC_pdf;&lt;BR /&gt;
parent=styles.minimal;&lt;BR /&gt;
&lt;BR /&gt;
	style TitlesAndFooters from _SELF_ /&lt;BR /&gt;
		color = CX000000&lt;BR /&gt;
		backgroundcolor = CXFFFFFF;&lt;BR /&gt;
&lt;BR /&gt;
	style SystemTitle from _SELF_ /&lt;BR /&gt;
		font = ("Times New Roman", 10pt, bold);&lt;BR /&gt;
&lt;BR /&gt;
	style SystemTitle2 from _SELF_ /&lt;BR /&gt;
		font = ("Times New Roman", 4pt, bold);&lt;BR /&gt;
&lt;BR /&gt;
	style SystemTitle3 from _SELF_ /&lt;BR /&gt;
		font = ("Times New Roman", 12pt, bold);&lt;BR /&gt;
&lt;BR /&gt;
	style GraphTitleText from _SELF_ /&lt;BR /&gt;
		font = ("Times New Roman", 12pt, bold)&lt;BR /&gt;
		color = CX000000;&lt;BR /&gt;
&lt;BR /&gt;
end;&lt;BR /&gt;
&lt;BR /&gt;
For HTML and RTF output, my SystemTitle styles are applied when I use title statements in proc gplot. For PDF output, the style for title1 is very large (does not match any of my styles) and the style for the titles 2-x uses the GraphTitleText style.&lt;BR /&gt;
&lt;BR /&gt;
What style element do I use to style the title1 statement with PDF output? Is there any way to have separate styles for each title statement in PDF output? I am able to do this with regular ODS output but not when I'm using a SAS/Graph procedure.&lt;BR /&gt;
&lt;BR /&gt;
Thanks for any tips.</description>
      <pubDate>Fri, 15 Jan 2010 18:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Title-Styles-with-SAS-Graph-procedures-and-PDF-output/m-p/41541#M1340</guid>
      <dc:creator>jglew</dc:creator>
      <dc:date>2010-01-15T18:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Title Styles with SAS/Graph procedures and PDF output</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Title-Styles-with-SAS-Graph-procedures-and-PDF-output/m-p/41542#M1341</link>
      <description>Hi:&lt;BR /&gt;
  Not sure what's happening with the style template. You might want to work with Tech Support on that question. &lt;BR /&gt;
            &lt;BR /&gt;
However, you can always use SAS/GRAPH TITLE statement options to make each title have the font/size characteristics that you want:&lt;BR /&gt;
[pre]&lt;BR /&gt;
title h=12pt c=black f='Times New Roman' bold  'What size is this title';&lt;BR /&gt;
title2 h=6pt c=black f='Times New Roman' bold 'what size is title2';&lt;BR /&gt;
    &lt;BR /&gt;
[/pre]&lt;BR /&gt;
                        &lt;BR /&gt;
cynthia</description>
      <pubDate>Sun, 17 Jan 2010 17:46:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Title-Styles-with-SAS-Graph-procedures-and-PDF-output/m-p/41542#M1341</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-01-17T17:46:33Z</dc:date>
    </item>
  </channel>
</rss>

