<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: siunitx update</title>
	<atom:link href="http://www.texdev.net/2009/08/11/siunitx-update-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texdev.net/2009/08/11/siunitx-update-2/</link>
	<description>Coding in the TeX world</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:29:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: leo</title>
		<link>http://www.texdev.net/2009/08/11/siunitx-update-2/#comment-1226</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Mon, 31 Aug 2009 21:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=379#comment-1226</guid>
		<description>Thank you for this. I can now get it to work perfectly with either text or math mode.

Leo</description>
		<content:encoded><![CDATA[<p>Thank you for this. I can now get it to work perfectly with either text or math mode.</p>
<p>Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/08/11/siunitx-update-2/#comment-1225</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Mon, 31 Aug 2009 21:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=379#comment-1225</guid>
		<description>Leo,

There are two issues here:
- fixmath makes \Omega italic.  To correct that, use \sisetup{mathsOmega=\upOmega}.
- fourier loads textcomp but then does not provide the same symbol set as siunitx expects. To deal with this, load siunitx with the &quot;redefsymbols=false&quot; option.

I might add autodetection for this, but the combinations are complex and I can&#039;t get everything automatically!

Joseph</description>
		<content:encoded><![CDATA[<p>Leo,</p>
<p>There are two issues here:<br />
- fixmath makes \Omega italic.  To correct that, use \sisetup{mathsOmega=\upOmega}.<br />
- fourier loads textcomp but then does not provide the same symbol set as siunitx expects. To deal with this, load siunitx with the &#8220;redefsymbols=false&#8221; option.</p>
<p>I might add autodetection for this, but the combinations are complex and I can&#8217;t get everything automatically!</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://www.texdev.net/2009/08/11/siunitx-update-2/#comment-1224</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=379#comment-1224</guid>
		<description>Here is an example:

\documentclass{article}
\usepackage{amsmath}
\usepackage{fourier}
\usepackage{fixmath}
% \DeclareMathAlphabet{\mathbf}{FML}{futm}{b}{n}
% \DeclareMathAlphabet{\mathbold}{FML}{futmi}{b}{it}
% \DeclareMathAlphabet{\mathrm}{FML}{futm}{m}{n}
\renewcommand{\vec}{\mathbold}

\usepackage[valuemode=math,unitmode=math]{siunitx}

\begin{document}
\SI{10}{\kilohm}
\end{document}


It looks like after loading fixmath, the unit is typeset in an inconsistent way. The commented lines are my attempt to make those math commands work with greek letters.

If situnitx is loaded with unitmode=text, the following error is generated:

! Package textcomp Error: Symbol \textohm not provided by....

The LaTeX companion says that most postscript fonts do not provide \textohm, do you know how to check this with the .pfb .pfm and .afm files of a postscript font?

Thanks.

Leo</description>
		<content:encoded><![CDATA[<p>Here is an example:</p>
<p>\documentclass{article}<br />
\usepackage{amsmath}<br />
\usepackage{fourier}<br />
\usepackage{fixmath}<br />
% \DeclareMathAlphabet{\mathbf}{FML}{futm}{b}{n}<br />
% \DeclareMathAlphabet{\mathbold}{FML}{futmi}{b}{it}<br />
% \DeclareMathAlphabet{\mathrm}{FML}{futm}{m}{n}<br />
\renewcommand{\vec}{\mathbold}</p>
<p>\usepackage[valuemode=math,unitmode=math]{siunitx}</p>
<p>\begin{document}<br />
\SI{10}{\kilohm}<br />
\end{document}</p>
<p>It looks like after loading fixmath, the unit is typeset in an inconsistent way. The commented lines are my attempt to make those math commands work with greek letters.</p>
<p>If situnitx is loaded with unitmode=text, the following error is generated:</p>
<p>! Package textcomp Error: Symbol \textohm not provided by&#8230;.</p>
<p>The LaTeX companion says that most postscript fonts do not provide \textohm, do you know how to check this with the .pfb .pfm and .afm files of a postscript font?</p>
<p>Thanks.</p>
<p>Leo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/08/11/siunitx-update-2/#comment-1223</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Mon, 31 Aug 2009 20:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=379#comment-1223</guid>
		<description>Hello Leo,

Could you e-mail (or post here) a complete example file that I can work on.

Joseph</description>
		<content:encoded><![CDATA[<p>Hello Leo,</p>
<p>Could you e-mail (or post here) a complete example file that I can work on.</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://www.texdev.net/2009/08/11/siunitx-update-2/#comment-1221</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Mon, 31 Aug 2009 11:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=379#comment-1221</guid>
		<description>Hi Joseph,

I have tried the latest fourier package with utopia font. But I am getting an error like this:

! Package textcomp Error: Symbol \textohm not provided by
(textcomp)                font family futx in TS1 encoding.
(textcomp)                Default family used instead.

See the textcomp package documentation for explanation.
Type  H   for immediate help.
 ...                                              
                                                  
l.69 ...een the electrodes exceeds \SI{5}{\kilohm}
                                                   for^^M
? 

If I use \RequirePackage[valuemode=math,unitmode=math]{siunitx}, the letters in the units have slanted and upright shapes, making them look odd and inconsistent. How to fix this?

Leo</description>
		<content:encoded><![CDATA[<p>Hi Joseph,</p>
<p>I have tried the latest fourier package with utopia font. But I am getting an error like this:</p>
<p>! Package textcomp Error: Symbol \textohm not provided by<br />
(textcomp)                font family futx in TS1 encoding.<br />
(textcomp)                Default family used instead.</p>
<p>See the textcomp package documentation for explanation.<br />
Type  H   for immediate help.<br />
 &#8230;                                              </p>
<p>l.69 &#8230;een the electrodes exceeds \SI{5}{\kilohm}<br />
                                                   for^^M<br />
? </p>
<p>If I use \RequirePackage[valuemode=math,unitmode=math]{siunitx}, the letters in the units have slanted and upright shapes, making them look odd and inconsistent. How to fix this?</p>
<p>Leo</p>
]]></content:encoded>
	</item>
</channel>
</rss>

