<?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>Draakwired &#187; frames</title>
	<atom:link href="http://drakonen.com/tag/frames/feed/" rel="self" type="application/rss+xml" />
	<link>http://drakonen.com</link>
	<description>Here be Dragons  -  Drakonen&#039;s Blog</description>
	<lastBuildDate>Tue, 13 Apr 2010 14:04:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Removing the link boxes from Latex&#8217; Hyperref (and color)</title>
		<link>http://drakonen.com/2008/removing-the-link-boxes-from-latex-hyperref-and-color/</link>
		<comments>http://drakonen.com/2008/removing-the-link-boxes-from-latex-hyperref-and-color/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 10:16:18 +0000</pubDate>
		<dc:creator>Drakonen</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[frames]]></category>
		<category><![CDATA[hyperref]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://drakonen.com/blog/?p=76</guid>
		<description><![CDATA[Aah Latex&#8230; A love hate relation ship. Working on my thesis I use the hyperref package for some nice linking support in my document. unfortunately this also causes them to get link boxes around them. Here&#8217;s the code to remove them: \usepackage[pdftex]{hyperref} \hypersetup{ colorlinks,% citecolor=black,% filecolor=black,% linkcolor=black,% urlcolor=black } This makes the links use colors [...]]]></description>
			<content:encoded><![CDATA[<p>Aah Latex&#8230; A love hate relation ship. Working on my thesis I use the hyperref package for some nice linking support in my document. unfortunately this also causes them to get link boxes around them. Here&#8217;s the code to remove them:</p>
<pre>\usepackage[pdftex]{hyperref}
\hypersetup{
    colorlinks,%
    citecolor=black,%
    filecolor=black,%
    linkcolor=black,%
    urlcolor=black
}</pre>
<p>This makes the links use colors inststead of boxes/frames, and sets the used colors to black. Fixed! Although this should be a standard convenience option imho.</p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/removing-the-link-boxes-from-latex-hyperref-and-color/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
