<?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: Unicode to LaTeX</title>
	<atom:link href="http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/</link>
	<description>John D. Cook</description>
	<lastBuildDate>Fri, 17 May 2013 17:39:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Visto nel Web &#8211; 67 &#124; Ok, panico</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-714</link>
		<dc:creator>Visto nel Web &#8211; 67 &#124; Ok, panico</dc:creator>
		<pubDate>Sun, 24 Feb 2013 08:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-714</guid>
		<description><![CDATA[[...] Unicode to LaTeX ::: The Endeavour [...] ]]></description>
		<content:encoded><![CDATA[<p>[...] Unicode to LaTeX ::: The Endeavour [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Canageek</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-713</link>
		<dc:creator>Canageek</dc:creator>
		<pubDate>Fri, 22 Feb 2013 02:35:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-713</guid>
		<description><![CDATA[John: Semantic LaTeX is a big thing these days. It had a lot of features supporting that back in the day, before anything else did (emph instead of textitalic when appropriate). My code is often criticized as being too low level and not using enough semantic macros.]]></description>
		<content:encoded><![CDATA[<p>John: Semantic LaTeX is a big thing these days. It had a lot of features supporting that back in the day, before anything else did (emph instead of textitalic when appropriate). My code is often criticized as being too low level and not using enough semantic macros.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-712</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 20 Feb 2013 13:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-712</guid>
		<description><![CDATA[LaTeX was designed to put ink on paper. So if two concepts produce the same patterns pixels on paper, no need to distinguish them.

Unicode is meant to be more semantic, and so it makes a distinction between the capital &#039;A&#039; of the English alphabet and the capital &#039;A&#039; of the Greek alphabet. That distinction is useful in software. Maybe the software treats Greek text differently than English text. Maybe you want to search for a capital alpha in an English document containing countless English A&#039;s.

Now LaTeX is being used to create online documents, usually PDFs. It would be nice if it made more semantic distinctions, but it wasn&#039;t designed for that.]]></description>
		<content:encoded><![CDATA[<p>LaTeX was designed to put ink on paper. So if two concepts produce the same patterns pixels on paper, no need to distinguish them.</p>
<p>Unicode is meant to be more semantic, and so it makes a distinction between the capital &#8216;A&#8217; of the English alphabet and the capital &#8216;A&#8217; of the Greek alphabet. That distinction is useful in software. Maybe the software treats Greek text differently than English text. Maybe you want to search for a capital alpha in an English document containing countless English A&#8217;s.</p>
<p>Now LaTeX is being used to create online documents, usually PDFs. It would be nice if it made more semantic distinctions, but it wasn&#8217;t designed for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Davies</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-711</link>
		<dc:creator>Ed Davies</dc:creator>
		<pubDate>Wed, 20 Feb 2013 13:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-711</guid>
		<description><![CDATA[I have to say that I&#039;m not convinced about this omega/ohm thing. Do we use a different “m” as the symbol for metres? Nope, so I don&#039;t see why we need to be prejudiced against Greek letters, either.]]></description>
		<content:encoded><![CDATA[<p>I have to say that I&#8217;m not convinced about this omega/ohm thing. Do we use a different “m” as the symbol for metres? Nope, so I don&#8217;t see why we need to be prejudiced against Greek letters, either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Canageek</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-710</link>
		<dc:creator>Canageek</dc:creator>
		<pubDate>Tue, 19 Feb 2013 16:40:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-710</guid>
		<description><![CDATA[Actually you are supposed to differentiate between ohm and omega, and there are a number of packages to do that, such as siunitsx. For example, if you use Omega for ohms it will wrong, as you will get an italic omega, instead of an upright omega.]]></description>
		<content:encoded><![CDATA[<p>Actually you are supposed to differentiate between ohm and omega, and there are a number of packages to do that, such as siunitsx. For example, if you use Omega for ohms it will wrong, as you will get an italic omega, instead of an upright omega.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-709</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 19 Feb 2013 12:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-709</guid>
		<description><![CDATA[Bart: Go ahead.]]></description>
		<content:encoded><![CDATA[<p>Bart: Go ahead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-708</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Tue, 19 Feb 2013 10:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-708</guid>
		<description><![CDATA[Hey, do you mind if I steal that data.js file? 
I&#039;d like to start adding stuff like this to &lt;a href=&quot;http://www.scarfboy.com/coding/unicode-tool&quot; rel=&quot;nofollow&quot;&gt;a unicode lookup tool&lt;/a&gt; of mine...]]></description>
		<content:encoded><![CDATA[<p>Hey, do you mind if I steal that data.js file?<br />
I&#8217;d like to start adding stuff like this to <a href="http://www.scarfboy.com/coding/unicode-tool" rel="nofollow">a unicode lookup tool</a> of mine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed Davies</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-707</link>
		<dc:creator>Ed Davies</dc:creator>
		<pubDate>Mon, 18 Feb 2013 17:08:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-707</guid>
		<description><![CDATA[It could also usefully allow you to type (and, particularly, paste) the actual Unicode character as well.]]></description>
		<content:encoded><![CDATA[<p>It could also usefully allow you to type (and, particularly, paste) the actual Unicode character as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-706</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 18 Feb 2013 15:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-706</guid>
		<description><![CDATA[Kyle: XeTeX and LuaTeX don&#039;t run everywhere. Sometimes you need to use plain LaTeX.

Also, LaTeX commands are more memorable than Unicode code points. So when I&#039;m writing LaTeX, I&#039;d rather enter LaTeX commands than Unicode values.]]></description>
		<content:encoded><![CDATA[<p>Kyle: XeTeX and LuaTeX don&#8217;t run everywhere. Sometimes you need to use plain LaTeX.</p>
<p>Also, LaTeX commands are more memorable than Unicode code points. So when I&#8217;m writing LaTeX, I&#8217;d rather enter LaTeX commands than Unicode values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edgardo</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-705</link>
		<dc:creator>Edgardo</dc:creator>
		<pubDate>Mon, 18 Feb 2013 15:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-705</guid>
		<description><![CDATA[This site lets you draw a symbol and returns the latex code for it:
http://detexify.kirelabs.org/classify.html]]></description>
		<content:encoded><![CDATA[<p>This site lets you draw a symbol and returns the latex code for it:<br />
<a href="http://detexify.kirelabs.org/classify.html" rel="nofollow">http://detexify.kirelabs.org/classify.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://www.johndcook.com/blog/2013/02/18/unicode-to-latex/comment-page-1/#comment-704</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Mon, 18 Feb 2013 14:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.johndcook.com/blog/?p=12912#comment-704</guid>
		<description><![CDATA[Can&#039;t you just use XeTeX or LuaTeX? If you use a math enabled font, you should be able to get the same result, and your source will be more readable if you use a Unicode text editor.]]></description>
		<content:encoded><![CDATA[<p>Can&#8217;t you just use XeTeX or LuaTeX? If you use a math enabled font, you should be able to get the same result, and your source will be more readable if you use a Unicode text editor.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
