<?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>JosteinB &#187; font encoding</title>
	<atom:link href="http://josteinb.com/tag/font-encoding/feed/" rel="self" type="application/rss+xml" />
	<link>http://josteinb.com</link>
	<description>The blog with the awesome slogan</description>
	<lastBuildDate>Sun, 17 Jul 2011 18:09:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Making international characters searchable in LaTeX documents</title>
		<link>http://josteinb.com/2010/01/making-international-characters-searchable-in-latex-documents/</link>
		<comments>http://josteinb.com/2010/01/making-international-characters-searchable-in-latex-documents/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 12:01:58 +0000</pubDate>
		<dc:creator>Jostein</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[font encoding]]></category>
		<category><![CDATA[international characters]]></category>

		<guid isPermaLink="false">http://josteinb.com/?p=119</guid>
		<description><![CDATA[By default LaTeX generates some international characters in a weird way when building a PDF and so on. For example, the norwegian Å will be represented as ˚A, and thus making any word containing the letter impossible to find when searching for it. This can be solved by using the package fontenc, with the parameter T1 [...]
Related posts:<ol>
<li><a href='http://josteinb.com/2009/12/citing-displaying-source-code-in-latex/' rel='bookmark' title='Citing / displaying source code in LaTeX'>Citing / displaying source code in LaTeX</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By default LaTeX generates some international characters in a weird way when building a PDF and so on. For example, the norwegian Å will be represented as ˚A, and thus making any word containing the letter impossible to find when searching for it. This can be solved by using the package fontenc, with the parameter T1 like this:</p>
<p>\usepackage[T1]{fontenc}</p>
<p>Now everything (at least for norwegian documents) should be working as expected.</p>
<p>Related posts:<ol>
<li><a href='http://josteinb.com/2009/12/citing-displaying-source-code-in-latex/' rel='bookmark' title='Citing / displaying source code in LaTeX'>Citing / displaying source code in LaTeX</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://josteinb.com/2010/01/making-international-characters-searchable-in-latex-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

