<?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>2manyvariables&#187; latex</title>
	<atom:link href="http://2manyvariables.inmachina.com/tag/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://2manyvariables.inmachina.com</link>
	<description>&#34;To be is to be the value of a (bound) variable — W.V.O. Quine</description>
	<lastBuildDate>Fri, 01 Oct 2010 16:56:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Vim LaTeX-suite and OS X</title>
		<link>http://2manyvariables.inmachina.com/2009/07/vim-latex-suite-and-os-x/</link>
		<comments>http://2manyvariables.inmachina.com/2009/07/vim-latex-suite-and-os-x/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 19:12:28 +0000</pubDate>
		<dc:creator>Max</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://2manyvariables.inmachina.com/?p=3</guid>
		<description><![CDATA[One of the many great features that LaTeX-suite provides is autocompletion for \ref, \cite etc. Unfortuantly LaTeX-suite maps autocompletion to F9 and this is mapped to fast-forward on OS X. If you don&#8217;t want to disable the standard F1-F9 mappings and go the FN+F1-9 route, simply add 1 2 3 &#34; TeX &#34; Fix F9 [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2F2manyvariables.inmachina.com%2F2009%2F07%2Fvim-latex-suite-and-os-x%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2F2manyvariables.inmachina.com%2F2009%2F07%2Fvim-latex-suite-and-os-x%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>One of the many great features that LaTeX-suite provides is autocompletion for \ref, \cite etc. Unfortuantly LaTeX-suite maps autocompletion to F9 and this is mapped to fast-forward on OS X.</p>
<p>If you don&#8217;t want to disable the standard F1-F9 mappings and go the FN+F1-9 route, simply add</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="vim" style="font-family:monospace;"><span style="color: #adadad; font-style: italic;">&quot; TeX</span><span style="color: #adadad; font-style: italic;">
&quot; Fix F9 mapping on MacBook</span>
<span style="color: #804040;">autocmd</span> <span style="color: #25BB4D;">FileType</span> tex imap <span style="color: #000000;">&lt;</span>buffer<span style="color: #000000;">&gt;</span> <span style="color: #000000;">&lt;</span>M<span style="color: #000000;">-</span>TAB<span style="color: #000000;">&gt;</span> <span style="color: #000000;">&lt;</span>Plug<span style="color: #000000;">&gt;</span>Tex_Completion</pre></td></tr></table></div>

<p>to your ~/.vimrc. This will map autocompletion to ALT+TAB when a tex-file is loaded.</p>
<p>Now back to finishing that thesis&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://2manyvariables.inmachina.com/2009/07/vim-latex-suite-and-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

