<?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: LaTeX Search Path</title>
	<atom:link href="http://hans.fugal.net/blog/2007/11/01/latex-search-path/feed/" rel="self" type="application/rss+xml" />
	<link>http://hans.fugal.net/blog/2007/11/01/latex-search-path/</link>
	<description>Counterpoint by Hans Fugal</description>
	<lastBuildDate>Tue, 16 Mar 2010 15:07:10 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Conway</title>
		<link>http://hans.fugal.net/blog/2007/11/01/latex-search-path/comment-page-1/#comment-1633</link>
		<dc:creator>Chris Conway</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:2830b6af-ac1b-405c-9e0a-6e1a6f324b85#comment-1633</guid>
		<description>&lt;p&gt;Nice tip. Do you know if there is a way to add a directory to the LaTeX search path dynamically? I.e., inside a .tex file?&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Nice tip. Do you know if there is a way to add a directory to the LaTeX search path dynamically? I.e., inside a .tex file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Rijpkema</title>
		<link>http://hans.fugal.net/blog/2007/11/01/latex-search-path/comment-page-1/#comment-1634</link>
		<dc:creator>Edwin Rijpkema</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:2830b6af-ac1b-405c-9e0a-6e1a6f324b85#comment-1634</guid>
		<description>&lt;p&gt;Have you used the TEXINPUTS environment variable?&lt;/p&gt;

&lt;p&gt;see &lt;a href=&quot;http://myitcv.org.uk/latex/tips_and_tricks.html#answer9&quot; rel=&quot;nofollow&quot;&gt;http://myitcv.org.uk/latex/tips_and_tricks.html#answer9&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I put all my figures in a the subdirectory    figures of my project. So, I put the following in my .bashrc file:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;export TEXINPUTS=&quot;.:./figures:&quot;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;This worked for me.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Have you used the TEXINPUTS environment variable?</p>
<p>see <a href="http://myitcv.org.uk/latex/tips_and_tricks.html#answer9" rel="nofollow">http://myitcv.org.uk/latex/tips_and_tricks.html#answer9</a></p>
<p>I put all my figures in a the subdirectory    figures of my project. So, I put the following in my .bashrc file:</p>
<pre><code>export TEXINPUTS=".:./figures:"
</code></pre>
<p>This worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Logan</title>
		<link>http://hans.fugal.net/blog/2007/11/01/latex-search-path/comment-page-1/#comment-1635</link>
		<dc:creator>Jeff Logan</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:2830b6af-ac1b-405c-9e0a-6e1a6f324b85#comment-1635</guid>
		<description>&lt;p&gt;Thank you Edwin, this saved me a lot of trouble :)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thank you Edwin, this saved me a lot of trouble :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
