<?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>Mon, 23 Jan 2012 12:53:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.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 } EDIT: Hyperref seems to offer this [...]]]></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><del datetime="2012-01-23T12:36:08+00:00">\usepackage[pdftex]{hyperref}
\hypersetup{
    colorlinks,%
    citecolor=black,%
    filecolor=black,%
    linkcolor=black,%
    urlcolor=black
}</del></pre>
<p><strong>EDIT:</strong><br />
Hyperref seems to offer this feature by itself, by setting <code>hidelinks</code>. (Thanks yolila!)<br />
<a href="http://www.tug.org/applications/hyperref/manual.html" onclick="pageTracker._trackPageview('/outgoing/www.tug.org/applications/hyperref/manual.html?referer=');">http://www.tug.org/applications/hyperref/manual.html</a> </p>
<p>This makes the links use colors inststead of boxes/frames, and sets the used colors to black. Fixed! <del datetime="2012-01-23T12:36:08+00:00">Although this should be a standard convenience option imho.</del></p>
]]></content:encoded>
			<wfw:commentRss>http://drakonen.com/2008/removing-the-link-boxes-from-latex-hyperref-and-color/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

