<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aptech &#187; Answers for "How do I add the Euro symbol to a GAUSS graph?"</title>
	<atom:link href="http://www.aptech.com/questions/how-do-i-add-the-euro-symbol-to-a-gauss-graph/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aptech.com</link>
	<description></description>
	<lastBuildDate>Fri, 08 Feb 2013 19:12:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>By: aptech</title>
		<link>http://www.aptech.com/questions/how-do-i-add-the-euro-symbol-to-a-gauss-graph/#answer-1298</link>
		<comments>http://www.aptech.com/questions/how-do-i-add-the-euro-symbol-to-a-gauss-graph/#answer-1298#comments</comments>
		<pubDate>Mon, 03 Sep 2012 18:12:01 +0000</pubDate>
		<dc:creator>aptech</dc:creator>
		
		<guid isPermaLink="false">http://www.aptech.com/questions/how-do-i-add-the-euro-symbol-to-a-gauss-graph/#answer-1298</guid>
		<description><![CDATA[All of the text fields in the GAUSS graphics can display HTML. In HTML, you can create a Euro symbol with &#38;euro; .  To instruct GAUSS to interpret these as HTML and not as literal text, you need to surround &#8230; <a href="http://www.aptech.com/questions/how-do-i-add-the-euro-symbol-to-a-gauss-graph/#answer-1298">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>All of the text fields in the GAUSS graphics can display HTML. In HTML, you can create a Euro symbol with &amp;euro; .  To instruct GAUSS to interpret these as HTML and not as literal text, you need to surround the symbol with an HTML tag such as the span or div tags. For example:</p>
<pre>   label = "GDP (&lt;div&gt;&amp;euro;&lt;/div&gt;)";
   plotSetYLabel(&amp;myPlot, label);</pre>
<p><a title="List of symbols in HTML" href="http://www.w3schools.com/tags/ref_symbols.asp" target="_blank">Here is a link to a fairly complete list of symbols and how to create them in HTML.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.aptech.com/questions/how-do-i-add-the-euro-symbol-to-a-gauss-graph/#answer-1298/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.aptech.com @ 2013-02-09 01:41:04 --