<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: latex &#8212; professional Résumé layout made simple</title>
	<link>http://linux.dsplabs.com.au/resume-writing-example-latex-template-linux-curriculum-vitae-professional-cv-layout-format-text-p54/</link>
	<description>Diary of my Linux journeys. Everything Linux by Kamil Wójcicki</description>
	<pubDate>Thu, 24 Jul 2008 17:49:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Lunar_Lamp</title>
		<link>http://linux.dsplabs.com.au/resume-writing-example-latex-template-linux-curriculum-vitae-professional-cv-layout-format-text-p54/#comment-270</link>
		<author>Lunar_Lamp</author>
		<pubDate>Sat, 24 May 2008 19:03:46 +0000</pubDate>
		<guid>http://linux.dsplabs.com.au/resume-writing-example-latex-template-linux-curriculum-vitae-professional-cv-layout-format-text-p54/#comment-270</guid>
		<description>I see in your tex document you have used a horizontal fill to space out the Contact Information details.  I think a nicer solution than specifying a static horizontal fill is to use the following:

Your line 22-26:
    \begin{tabular}{@{} l @{\hspace{38mm}} r}
    Signal Processing Laboratory                 &#38; +61 4 1215 1771            \\
    Griffith School of Engineering               &#38; kwojcicki@griffith.edu.au \\
    Griffith University, Nathan Q4111, Australia &#38; http://kamil.dsplabs.com.au\\
    \end{tabular}

Replacing this with a more "proper" alignment can allow you more flexibility with paper-sizes etc:

    \begin{tabular*}{1.0\textwidth}%
     {@{\extracolsep{\fill}}lr}
    Signal Processing Laboratory                 &#38; +61 4 1215 1771            \\
    Griffith School of Engineering               &#38; kwojcicki@griffith.edu.au \\
    Griffith University, Nathan Q4111, Australia &#38; http://kamil.dsplabs.com.au\\
    \end{tabular*}</description>
		<content:encoded><![CDATA[<p>I see in your tex document you have used a horizontal fill to space out the Contact Information details.  I think a nicer solution than specifying a static horizontal fill is to use the following:</p>
<p>Your line 22-26:<br />
    \begin{tabular}{@{} l @{\hspace{38mm}} r}<br />
    Signal Processing Laboratory                 &amp; +61 4 1215 1771            \\<br />
    Griffith School of Engineering               &amp; <a href="mailto:kwojcicki@griffith.edu.au">kwojcicki@griffith.edu.au</a> \\<br />
    Griffith University, Nathan Q4111, Australia &amp; <a href="http://kamil.dsplabs.com.au" rel="nofollow">http://kamil.dsplabs.com.au</a>\\<br />
    \end{tabular}</p>
<p>Replacing this with a more &#034;proper&#034; alignment can allow you more flexibility with paper-sizes etc:</p>
<p>    \begin{tabular*}{1.0\textwidth}%<br />
     {@{\extracolsep{\fill}}lr}<br />
    Signal Processing Laboratory                 &amp; +61 4 1215 1771            \\<br />
    Griffith School of Engineering               &amp; <a href="mailto:kwojcicki@griffith.edu.au">kwojcicki@griffith.edu.au</a> \\<br />
    Griffith University, Nathan Q4111, Australia &amp; <a href="http://kamil.dsplabs.com.au" rel="nofollow">http://kamil.dsplabs.com.au</a>\\<br />
    \end{tabular*}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
