<?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>www.unnionline.com &#187; LaTeX</title>
	<atom:link href="http://www.unnionline.com/blog/category/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unnionline.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Nov 2011 11:49:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Installing Fonts in Ubuntu</title>
		<link>http://www.unnionline.com/blog/2011/01/installing-fonts-in-ubuntu/</link>
		<comments>http://www.unnionline.com/blog/2011/01/installing-fonts-in-ubuntu/#comments</comments>
		<pubDate>Sun, 09 Jan 2011 16:45:31 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=182</guid>
		<description><![CDATA[Copy your fonts into the]]></description>
			<content:encoded><![CDATA[<p>Copy your fonts into the .fonts directory in the home directory and then update the font cache with this command:</p>
<p>sudo fc-cache -fv</p>
<p>To use it with LaTeX fontspec package (it can use open-type fonts directly in your document), you will need is to take note of the exact name of the font family. For that, after having installed the lcdf-typetools Ubuntu package, you can do something like</p>
<p>otfinfo -i /usr/share/fonts/AGaramondPro-Regular.otf | grep Family</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2011/01/installing-fonts-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling Spell Checking In Kile Using Aspell</title>
		<link>http://www.unnionline.com/blog/2009/05/enabling-spell-checking-in-kile-using-aspell/</link>
		<comments>http://www.unnionline.com/blog/2009/05/enabling-spell-checking-in-kile-using-aspell/#comments</comments>
		<pubDate>Wed, 13 May 2009 13:20:33 +0000</pubDate>
		<dc:creator>cbaunni</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Aspell]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Kile]]></category>
		<category><![CDATA[Spell Check]]></category>

		<guid isPermaLink="false">http://www.unnionline.com/blog/?p=99</guid>
		<description><![CDATA[Kile is a top-notch KDE]]></description>
			<content:encoded><![CDATA[<p>Kile is a top-notch KDE frontend LaTeX editor. Enabling spell checking for it requires a small trick if you’re running Ubuntu, which is Gnome based. Several options, including spell checking, for KDE applications are configured within the KDE control center. To get the job done, proceed as follows:</p>
<p>1. First, you need to install the KDE control center<br />
<code>sudo apt-get install kcontrol</code></p>
<p>2. Then, open KDE control center by running the kcontrol command, navigate to KDE Components -> Spell Checker and set the spell checking Client to ASpell</p>
<p>3. Spell checking will now be enabled next time you start Kile!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unnionline.com/blog/2009/05/enabling-spell-checking-in-kile-using-aspell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

