<?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>Some TeX Developments &#187; micro</title>
	<atom:link href="http://www.texdev.net/tag/micro/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texdev.net</link>
	<description>Coding in the TeX world</description>
	<lastBuildDate>Sun, 22 Jan 2012 10:34:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>siunitx: Getting the micro symbol right</title>
		<link>http://www.texdev.net/2009/12/22/siunitx-getting-the-micro-symbol-right/</link>
		<comments>http://www.texdev.net/2009/12/22/siunitx-getting-the-micro-symbol-right/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 21:12:47 +0000</pubDate>
		<dc:creator>Joseph Wright</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[siunitx]]></category>
		<category><![CDATA[micro]]></category>
		<category><![CDATA[XeTeX]]></category>

		<guid isPermaLink="false">http://www.texdev.net/?p=589</guid>
		<description><![CDATA[I get a few e-mails about siunitx and the micro symbol. People tend to be surprised that the symbol ‘sticks’ to a look very much like Computer Modern. The reason is that picking a proper upright (not italic) μ is not so easy in TeX. You don&#8217;t get one in Computer Modern, so siunitx takes [...]]]></description>
			<content:encoded><![CDATA[<p>I get a few e-mails about <a title="A comprehensive (SI) units package" href="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=siunitx">siunitx</a> and the micro symbol. People tend to be surprised that the symbol ‘sticks’ to a look very much like Computer Modern. The reason is that picking a proper upright (not italic) μ is not so easy in TeX. You don&#8217;t get one in Computer Modern, so siunitx takes one from the TS1 (text support) set in the absence of a better plan. I&#8217;ve set up some auto-detection for a few obvious alternatives (such as the <a title="Upright Greek letters" href="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=upgreek">upgreek</a> package), but that doesn&#8217;t really work for <a title="The XeTeX Typesetting System" href="http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&amp;id=XeTeX">XeTeX</a> users.</p>
<p>XeTeX users are likely to load system fonts, and I&#8217;d hope be using UTF-8 input. That makes it hard to auto-detect what they are doing, but should make life easier for them to get things right. A lot of more comprehensive fonts include Greek letters in the main font, so getting the μ right is simple:</p>
<pre>\sisetup{
  mathsmu = \text{μ},
  textmu  = μ
}
</pre>
<p>or for people testing <a href="http://developer.berlios.de/projects/siunitx/">version 2 of siunitx</a>:</p>
<pre>\sisetup{
  maths-micro = \text{μ},
  text-micro  = μ
}
</pre>
<p>There may be a bit of testing required: this will not work if, for example, you are using the Latin Modern font.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.texdev.net/2009/12/22/siunitx-getting-the-micro-symbol-right/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

