<?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>The Fugue &#187; path</title>
	<atom:link href="http://hans.fugal.net/blog/tag/path/feed/" rel="self" type="application/rss+xml" />
	<link>http://hans.fugal.net/blog</link>
	<description>Counterpoint by Hans Fugal</description>
	<lastBuildDate>Fri, 11 Jun 2010 17:38:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>LaTeX Search Path</title>
		<link>http://hans.fugal.net/blog/2007/11/01/latex-search-path/</link>
		<comments>http://hans.fugal.net/blog/2007/11/01/latex-search-path/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 10:55:26 +0000</pubDate>
		<dc:creator>Hans</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bibtex]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[path]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I recently had need to put a .bst file in my LaTeX search path. This turned out to be difficult to search for. I found a lot of pages and style files telling users to put such and such file in their LaTeX search path. I began to wonder if I was the only LaTeX [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had need to put a <code>.bst</code> file in my LaTeX search path. This turned out to be difficult to search for. I found a lot of pages and style files telling users to put such and such file in their LaTeX search path. I began to wonder if I was the only LaTeX user on earth who had no idea what the LaTeX search path was.</p>
<p>With some effort I found that the global path's root is usually something like <code>/usr/share/texmf</code>. I'm not interested in putting it in the global path though. We have home directories for a reason here.</p>
<p>Finally I found the answer, with some creative googling. The answer depends on your distribution/OS. Apparently on Debian it's <code>~/.texmf-config</code> (untested). The MacTeX distribution (which I have installed) looks in <code>~/Library/texmf</code>. The macports build (don't ask) looks in <code>~/texmf</code>, which I learned only by trial and error. My guess is that latter answer is the answer if you build by yourself, and so might be a good initial guess no matter what the distribution.</p>
<p>So, I did this:</p>
<pre><code>mkdir -p ~/Library/texmf/bibtex/bst
ln -s ~/Library/texmf ~/texmf
mv acm-annotated.bst ~/texmf/bibtex/bst
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://hans.fugal.net/blog/2007/11/01/latex-search-path/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
