<?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: Default mode for printing</title>
	<atom:link href="http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/</link>
	<description>Coding in the TeX world</description>
	<lastBuildDate>Mon, 08 Mar 2010 14:08:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: leo</title>
		<link>http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/comment-page-1/#comment-1643</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Fri, 20 Nov 2009 17:58:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=558#comment-1643</guid>
		<description>Thanks ;)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://www.texdev.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/comment-page-1/#comment-1642</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=558#comment-1642</guid>
		<description>I should add that 

\documentclass{memoir}
\usepackage{siunitx}
\setsecheadstyle{\normalfont\raggedright\MakeUppercase}
\sisetup{numprod=xX}
\begin{document}
\section{\num{2x2}}
\end{document}

works fine.</description>
		<content:encoded><![CDATA[<p>I should add that </p>
<p>\documentclass{memoir}<br />
\usepackage{siunitx}<br />
\setsecheadstyle{\normalfont\raggedright\MakeUppercase}<br />
\sisetup{numprod=xX}<br />
\begin{document}<br />
\section{\num{2&#215;2}}<br />
\end{document}</p>
<p>works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/comment-page-1/#comment-1641</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Fri, 20 Nov 2009 16:49:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=558#comment-1641</guid>
		<description>Hello Leo,

Well, \num doesn&#039;t do anything to the input until it typesets the argument, so I&#039;m not exactly surprised. You see the same thing if you try:

\MakeUppercase{\num{2x2}}

without the section heading business. So I&#039;d this reflects how TeX works, really: you make things upper case before doing the other processing, not after.

Joseph</description>
		<content:encoded><![CDATA[<p>Hello Leo,</p>
<p>Well, \num doesn&#8217;t do anything to the input until it typesets the argument, so I&#8217;m not exactly surprised. You see the same thing if you try:</p>
<p>\MakeUppercase{\num{2&#215;2}}</p>
<p>without the section heading business. So I&#8217;d this reflects how TeX works, really: you make things upper case before doing the other processing, not after.</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo</title>
		<link>http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/comment-page-1/#comment-1639</link>
		<dc:creator>leo</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:57:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=558#comment-1639</guid>
		<description>Sorry to ask here, do you think the error in this example is a bug?

\documentclass{memoir}
\usepackage{siunitx}
\setsecheadstyle{\normalfont\raggedright\MakeUppercase}
\begin{document}
\section{\num{2x2}}
\num{2x2}
\end{document}</description>
		<content:encoded><![CDATA[<p>Sorry to ask here, do you think the error in this example is a bug?</p>
<p>\documentclass{memoir}<br />
\usepackage{siunitx}<br />
\setsecheadstyle{\normalfont\raggedright\MakeUppercase}<br />
\begin{document}<br />
\section{\num{2&#215;2}}<br />
\num{2&#215;2}<br />
\end{document}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/comment-page-1/#comment-1637</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Fri, 20 Nov 2009 13:57:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=558#comment-1637</guid>
		<description>Some things have come up in testing. Once I get to the point where a snapshot makes sense, I&#039;ll include some discussion of the question.</description>
		<content:encoded><![CDATA[<p>Some things have come up in testing. Once I get to the point where a snapshot makes sense, I&#8217;ll include some discussion of the question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fadi Semmo</title>
		<link>http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/comment-page-1/#comment-1636</link>
		<dc:creator>Fadi Semmo</dc:creator>
		<pubDate>Fri, 20 Nov 2009 13:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=558#comment-1636</guid>
		<description>I think it would be a great idea. Thanks for your good work, Joseph. I appreciate it!</description>
		<content:encoded><![CDATA[<p>I think it would be a great idea. Thanks for your good work, Joseph. I appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Wright</title>
		<link>http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/comment-page-1/#comment-1614</link>
		<dc:creator>Joseph Wright</dc:creator>
		<pubDate>Wed, 18 Nov 2009 13:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=558#comment-1614</guid>
		<description>Hello Will,

Yes, that is broadly the idea.

Joseph</description>
		<content:encoded><![CDATA[<p>Hello Will,</p>
<p>Yes, that is broadly the idea.</p>
<p>Joseph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will Robertson</title>
		<link>http://www.texdev.net/2009/11/18/siunitx-default-mode-for-printing/comment-page-1/#comment-1612</link>
		<dc:creator>Will Robertson</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:58:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.texdev.net/?p=558#comment-1612</guid>
		<description>You mean the difference between \textrm and \mathrm, the current behaviour being the latter and the proposed behaviour being the former? I think I agree this would be an improvement, not that I&#039;ve noticed it until now :-)</description>
		<content:encoded><![CDATA[<p>You mean the difference between \textrm and \mathrm, the current behaviour being the latter and the proposed behaviour being the former? I think I agree this would be an improvement, not that I&#8217;ve noticed it until now <img src='http://www.texdev.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
