<?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>Gnuplotting &#187; italic</title>
	<atom:link href="http://www.gnuplotting.org/tag/italic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnuplotting.org</link>
	<description>Create scientific plots using gnuplot</description>
	<lastBuildDate>Tue, 21 May 2013 13:43:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Postscript terminal with italic symbols</title>
		<link>http://www.gnuplotting.org/postscript-terminal-with-italic-symbols/</link>
		<comments>http://www.gnuplotting.org/postscript-terminal-with-italic-symbols/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 13:54:49 +0000</pubDate>
		<dc:creator>hagen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[italic]]></category>
		<category><![CDATA[postscript]]></category>
		<category><![CDATA[symbols]]></category>

		<guid isPermaLink="false">http://gnuplot.kkdu.org/?p=152</guid>
		<description><![CDATA[If you use the postscript terminal and have a greek letter e.g. &#934; for the xlabel, it should be italic because it is a variable. To get the greek letter you have to use the enhanced mode of the terminal and can write set xlabel '{/Symbol P}' But this produces a non italic &#934; and [...]]]></description>
				<content:encoded><![CDATA[<p>If you use the postscript terminal and have a greek letter e.g. &Phi; for the xlabel, it should be italic because it is a variable.<br />
To get the greek letter you have to use the enhanced mode of the terminal and can write</p>
<pre class="prettyprint">
<span class="k">set</span> xlabel <span class="s">'{/Symbol P}'</span>
</pre>
<p>But this produces a non italic &Phi; and it is not obvious how to get it italic. For normal letters the following will work</p>
<pre class="prettyprint">
<span class="k">set</span> xlabel <span class="s">'{/Helvetica-Italic P}'</span>
</pre>
<p>and produces a <em>P</em>. But for the Symbol font <code>Italic</code> is not the right notation, instead you have to use <code>Oblique</code>:</p>
<pre class="prettyprint">
<span class="k">set</span> xlabel <span class="s">'{/Symbol-Oblique P}'</span>
</pre>
<p>This will finally generate our desired italic <em>&Phi;</em>.</p>
<p><strong>Update:</strong> in the meantime I have learned Helvetica-Italic is not part of the official <a href="http://en.wikipedia.org/wiki/PostScript_fonts#Core_Font_Set">postscript core fonts</a>. Hence, use also Helvetica-Oblique.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnuplotting.org/postscript-terminal-with-italic-symbols/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
