<?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>blog.lundscape.com &#187; LaTeX</title>
	<atom:link href="http://blog.lundscape.com/tag/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lundscape.com</link>
	<description>The Linux Journey</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:55:34 +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>Configuring a Mail Server with Postfix</title>
		<link>http://blog.lundscape.com/2009/04/configuring-a-mail-server-with-postfix/</link>
		<comments>http://blog.lundscape.com/2009/04/configuring-a-mail-server-with-postfix/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 20:22:01 +0000</pubDate>
		<dc:creator>Zachary Lund</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[ACM]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Marquette University]]></category>

		<guid isPermaLink="false">http://blog.lundscape.com/?p=106</guid>
		<description><![CDATA[I gave a presentation about Postfix to the Marquette University ACM chapter. It should be a useful starting point for configuring a Postfix mail server. I include details about much of the configuration including canonical maps which was something that I initially found difficult to figure out. Rather than creating my presentation in Microsoft PowerPoint [...]]]></description>
			<content:encoded><![CDATA[<p>I gave a presentation about <a href='http://www.postfix.org/'>Postfix</a> to the Marquette University <a href="http://acm.mscs.mu.edu/">ACM</a> chapter. It should be a useful starting point for configuring a Postfix mail server. I include details about much of the configuration including canonical maps which was something that I initially found difficult to figure out.</p>
<p>Rather than creating my presentation in Microsoft PowerPoint or OpenOffice.org Impress, I decided to check out the <a href="http://latex-beamer.sourceforge.net/">LaTeX Beamer</a> package for my presentation. Since I&#8217;ve been using <a href="http://www.latex-project.org/">LaTeX</a> for a while, it wasn&#8217;t too difficult to figure out, and it worked particularly well because most of the presentation is Postfix configuration text which I could easily include in the presentation.</p>
<p>The <a href='http://blog.lundscape.com/wp-content/uploads/2009/04/postfix.pdf'>presentation</a> is available as a PDF for download.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lundscape.com/2009/04/configuring-a-mail-server-with-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Typical Vim Reaction</title>
		<link>http://blog.lundscape.com/2009/02/the-typical-vim-reaction/</link>
		<comments>http://blog.lundscape.com/2009/02/the-typical-vim-reaction/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 05:35:26 +0000</pubDate>
		<dc:creator>Zachary Lund</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[Ed]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mutt]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.lundscape.com/?p=39</guid>
		<description><![CDATA[Every now and then I feel permitted to go on a rant. It&#8217;s unfortunate because this isn&#8217;t even a particularly good rant. Why do so many of my (instant messaging) conversations with others about Vim look like this? Chris: do you use an IDE? Chris: and if so which one? Zachary: um, I generally use [...]]]></description>
			<content:encoded><![CDATA[<p>Every now and then I feel permitted to go on a rant. It&#8217;s unfortunate because this isn&#8217;t even a particularly good rant. Why do so many of my (instant messaging) conversations with others about Vim look like this?</p>
<p><b>Chris:</b> do you use an IDE?<br />
<b>Chris:</b> and if so which one?<br />
<b>Zachary:</b> um, I generally use vim:-P<br />
<b>Chris:</b> gah</p>
<p><a href="http://www.vim.org/">Vim</a> is a great text editor. It&#8217;s a step up from <a href="http://cs.wellesley.edu/~cs249/Resources/ed_is_the_standard_text_editor.html">Ed</a> which is the standard text editor. I started using Vim five years ago. That was about the time that I discovered secure shell, and I started administering servers and other computers remotely. It turns out that Vim was the best text editor over a secure shell session, and since most of my machines ran Mac OS X at the time, Emacs was a terrible option. (I&#8217;m not really sure what you call Emacs on Mac OS X. You probably shouldnt&#8217; call it Emacs.) I limped along using very basic Vim functionality over secure shell for a while. Then I discovered a useful <a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html">graphical tutorial</a> for Vim, and it became considerably more useful.</p>
<p>Now I use Vim because every other text editor or word processor is slower and requires the use of a mouse. (Gah!) I write most of my documents in <a href="http://www.latex-project.org/">LaTeX</a> using Vim. I read my email in <a href="http://www.mutt.org/">Mutt</a> and compose emails in Vim. I use Vim almost exclusively to edit code and configuration files on my workstations and servers which works well because it does a good job of syntax highlighting and smart indentation.</p>
<p>A few years ago, I wouldn&#8217;t have thought I&#8217;d be using Vim exclusively, and it was somewhat by accident that I switched, but now that I am using it, I would be unable to go back.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lundscape.com/2009/02/the-typical-vim-reaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

