<?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>Nathaniel Johnston &#187; LaTeX</title>
	<atom:link href="http://www.nathanieljohnston.com/index.php/tag/latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nathanieljohnston.com</link>
	<description>A blog of recreational math and coding</description>
	<lastBuildDate>Tue, 18 May 2010 12:49:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LaTeX Poster Template</title>
		<link>http://www.nathanieljohnston.com/index.php/2009/08/latex-poster-template/</link>
		<comments>http://www.nathanieljohnston.com/index.php/2009/08/latex-poster-template/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 12:00:55 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Conferences]]></category>
		<category><![CDATA[LaTeX]]></category>

		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=573</guid>
		<description><![CDATA[This week I presented a poster at the Mathematics in Experimental Quantum Information Processing Workshop at the Institute for Quantum Computing in Waterloo, Ontario, and I will admit that I had a few fleeting moments when I was considering using Microsoft Publisher to create it. I couldn&#8217;t find any poster templates in LaTeX that I [...]]]></description>
			<content:encoded><![CDATA[<p>This week I presented a poster at the <a href="http://www.fields.utoronto.ca/programs/scientific/09-10/quantuminfo/experimental/index.html">Mathematics in Experimental Quantum Information Processing Workshop</a> at the Institute for Quantum Computing in Waterloo, Ontario, and I will admit that I had a few fleeting moments when I was considering using Microsoft Publisher to create it. I couldn&#8217;t find any poster templates in LaTeX that I liked, and frankly LaTeX just seemed like it wouldn&#8217;t work well for something moderately graphics-heavy like a poster.</p>
<p>However, as it always does, the desire for easy-to-integrate mathematics won the battle and it wasn&#8217;t long before I was scrounging the depths of the tenth page of Google search results for LaTeX poster templates. Eventually I did find a template that I was able to modify to my liking, and this is the result:</p>
<p style="text-align: center;"><a href="http://www.nathanieljohnston.com/wp-content/uploads/2009/08/poster.pdf"><img class="aligncenter size-full wp-image-581" title="LaTeX Poster" src="http://www.nathanieljohnston.com/wp-content/uploads/2009/08/poster.png" alt="LaTeX Poster" width="528" height="397" /></a></p>
<p>Since I&#8217;m such a nice guy, you can download the .tex and .sty files used to create the poster here if you would like to. The poster is based on the template created by the <a href="https://teamwork.jacobs-university.de:8443/confluence/display/CoPandBiG/LaTeX+Poster">Computational Pysics and Biophysics Group at Jacobs University</a> with the following minor modifications:</p>
<ul>
<li>Four column landscape layout instead of three column portrait layout.</li>
<li>Changed from A0 (33.1&#8243; × 46.8&#8243;) paper to 48&#8243; × 36&#8243; poster paper (which is a bit more standard in my experience).</li>
<li>Removed the blue border around the poster (I hate borders, and it&#8217;s cheaper to print this way!).</li>
<li>Used a serif font rather than a sans-serif font for small (i.e., non-header) text.</li>
<li>Messed around with the header.</li>
<li>Moved the university logo from the header down to the &#8220;Acknowledgements&#8221; section.</li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li><a href="http://www.nathanieljohnston.com/wp-content/uploads/2009/08/latex_poster_template.zip">LaTeX poster template</a> [.zip of LaTeX files]</li>
<li><a href="http://www.nathanieljohnston.com/wp-content/uploads/2009/08/multiplicative_domain_poster.zip">My poster: The multiplicative domain in quantum error correction</a> [.zip of LaTeX files]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nathanieljohnston.com/index.php/2009/08/latex-poster-template/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>LaTeX CV Template</title>
		<link>http://www.nathanieljohnston.com/index.php/2008/12/latex-cv-template/</link>
		<comments>http://www.nathanieljohnston.com/index.php/2008/12/latex-cv-template/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 00:00:46 +0000</pubDate>
		<dc:creator>Nathaniel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[LaTeX]]></category>

		<guid isPermaLink="false">http://www.nathanieljohnston.com/?p=56</guid>
		<description><![CDATA[Creating a CV or resume in LaTeX can be time-consuming, especially if you&#8217;re relatively new to it or only know the basic math commands (like 9 out of 10 mathematicians). Thus, I present to you the LaTeX CV template that I use, which is based on the template found on David Grant&#8217;s website. The template [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-left: 18px;" src="http://www.nathanieljohnston.com/latex/cv.png" alt="LaTeX CV Template" width="143" height="185" align="right" />Creating a CV or resume in LaTeX can be time-consuming, especially if you&#8217;re relatively new to it or only know the basic math commands (like 9 out of 10 mathematicians). Thus, I present to you the LaTeX CV template that I use, which is based on the template found on <a href="http://www.davidgrant.ca/latex_resume_template" target="_new">David Grant&#8217;s website</a>. The template makes use of the <a href="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=framed" target="_new">framed</a>, <a href="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=tocloft" target="_new">tocloft</a>, and <a href="http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=xcolor" target="_new">xcolor</a> packages, which come pretty standard with most LaTeX distributions. I have also made a few (in my mind) improvements and fixes to the original template:</p>
<ul>
<li>Added dot separators to the &#8220;Awards&#8221; list to make it easier to read.</li>
<li>Fixed a shading glitch when using tex2pdf.</li>
<li>Pretty-ified heading borders a bit.</li>
</ul>
<p><strong>Download:</strong></p>
<ul>
<li>LaTeX files: <a href="http://www.nathanieljohnston.com/latex/cv_temp.tex">CV Template (cv_temp.tex)</a>, <a href="http://www.nathanieljohnston.com/cv.tex">My CV (cv.tex)</a></li>
<li>PDF files: <a href="http://www.nathanieljohnston.com/latex/cv_temp.pdf">CV Template (cv_temp.pdf)</a>, <a href="http://www.nathanieljohnston.com/cv.pdf">My CV (cv.pdf)</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.nathanieljohnston.com/index.php/2008/12/latex-cv-template/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>
