<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: CV Tip: Align Columns of Different LaTeX Tables with \settowidth</title>
	<atom:link href="http://www.cv-templates.info/2010/01/cv-tip-align-columns-different-latex-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cv-templates.info/2010/01/cv-tip-align-columns-different-latex-tables/</link>
	<description>Tips for Professional CV Writing with LaTeX</description>
	<lastBuildDate>Tue, 31 Aug 2010 03:20:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim</title>
		<link>http://www.cv-templates.info/2010/01/cv-tip-align-columns-different-latex-tables/comment-page-1/#comment-309</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 06 May 2010 19:02:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.cv-templates.info/?p=606#comment-309</guid>
		<description>To right-align a column, put the following in your preamble:

\usepackage{tabularx}
\newcolumntype{C}[1]{&gt;{\centering\arraybackslash}p{#1}} % centered Column 
\newcolumntype{R}[1]{&gt;{\raggedleft\arraybackslash}p{#1}} % right-aligned

Now you can youse C{WIDTH} and R{WIDTH} instead of p{WIDTH}.

HTH, found this at http://de.wikibooks.org/wiki/LaTeX-W%C3%B6rterbuch:_tabular</description>
		<content:encoded><![CDATA[<p>To right-align a column, put the following in your preamble:</p>
<p>\usepackage{tabularx}<br />
\newcolumntype{C}[1]{&gt;{\centering\arraybackslash}p{#1}} % centered Column<br />
\newcolumntype{R}[1]{&gt;{\raggedleft\arraybackslash}p{#1}} % right-aligned</p>
<p>Now you can youse C{WIDTH} and R{WIDTH} instead of p{WIDTH}.</p>
<p>HTH, found this at <a href="http://de.wikibooks.org/wiki/LaTeX-W%C3%B6rterbuch:_tabular" rel="nofollow">http://de.wikibooks.org/wiki/LaTeX-W%C3%B6rterbuch:_tabular</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://www.cv-templates.info/2010/01/cv-tip-align-columns-different-latex-tables/comment-page-1/#comment-299</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Fri, 09 Apr 2010 04:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.cv-templates.info/?p=606#comment-299</guid>
		<description>Check out &lt;a href=&quot;http://www.cv-templates.info/2009/08/modern-latex-cv-template-advanced-graphics/&quot; rel=&quot;nofollow&quot;&gt;this other post&lt;/a&gt;, paragraph 1.3 – Styling Itemization.

I use &lt;a href=&quot;http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/&quot; rel=&quot;nofollow&quot;&gt;enumitem&lt;/a&gt;, which controls both the custom style and the spacing</description>
		<content:encoded><![CDATA[<p>Check out <a href="http://www.cv-templates.info/2009/08/modern-latex-cv-template-advanced-graphics/" rel="nofollow">this other post</a>, paragraph 1.3 – Styling Itemization.</p>
<p>I use <a href="http://www.ctan.org/tex-archive/macros/latex/contrib/enumitem/" rel="nofollow">enumitem</a>, which controls both the custom style and the spacing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lei</title>
		<link>http://www.cv-templates.info/2010/01/cv-tip-align-columns-different-latex-tables/comment-page-1/#comment-298</link>
		<dc:creator>Lei</dc:creator>
		<pubDate>Thu, 08 Apr 2010 22:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.cv-templates.info/?p=606#comment-298</guid>
		<description>Hi Alessandro,

you used a bullet point under your work experience, what package did you use? How did you control the spacing?</description>
		<content:encoded><![CDATA[<p>Hi Alessandro,</p>
<p>you used a bullet point under your work experience, what package did you use? How did you control the spacing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://www.cv-templates.info/2010/01/cv-tip-align-columns-different-latex-tables/comment-page-1/#comment-251</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Tue, 16 Feb 2010 17:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cv-templates.info/?p=606#comment-251</guid>
		<description>That&#039;s wonderful, thanks Nicolas.

I&#039;ll make sure to post the code using &lt;code&gt;eqparbox&lt;/code&gt; as soon as I can!</description>
		<content:encoded><![CDATA[<p>That&#8217;s wonderful, thanks Nicolas.</p>
<p>I&#8217;ll make sure to post the code using <code>eqparbox</code> as soon as I can!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://www.cv-templates.info/2010/01/cv-tip-align-columns-different-latex-tables/comment-page-1/#comment-250</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Tue, 16 Feb 2010 17:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cv-templates.info/?p=606#comment-250</guid>
		<description>Hey buddy,
why not using eqparbox ? It&#039;s precisely the kind of job it was made for...</description>
		<content:encoded><![CDATA[<p>Hey buddy,<br />
why not using eqparbox ? It&#8217;s precisely the kind of job it was made for&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro</title>
		<link>http://www.cv-templates.info/2010/01/cv-tip-align-columns-different-latex-tables/comment-page-1/#comment-239</link>
		<dc:creator>Alessandro</dc:creator>
		<pubDate>Fri, 05 Feb 2010 14:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.cv-templates.info/?p=606#comment-239</guid>
		<description>I haven&#039;t tested it, but I&#039;m pretty sure I set \parbox only for the biggest item, and &lt;strong&gt;only for that item&lt;/strong&gt;.

If you don&#039;t constrain within parbox the other cells in a right-aligned tabular environment should align to the right just fine.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t tested it, but I&#8217;m pretty sure I set \parbox only for the biggest item, and <strong>only for that item</strong>.</p>
<p>If you don&#8217;t constrain within parbox the other cells in a right-aligned tabular environment should align to the right just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.cv-templates.info/2010/01/cv-tip-align-columns-different-latex-tables/comment-page-1/#comment-238</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 04 Feb 2010 21:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cv-templates.info/?p=606#comment-238</guid>
		<description>Nice Work, but i didn&#039;t get it how you set the date right aligned?

parbox makes it block so the first row is always block aligned.
Could you please explain it more detailed or print the final source code?

thx Martin</description>
		<content:encoded><![CDATA[<p>Nice Work, but i didn&#8217;t get it how you set the date right aligned?</p>
<p>parbox makes it block so the first row is always block aligned.<br />
Could you please explain it more detailed or print the final source code?</p>
<p>thx Martin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://analytics.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://analytics.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->
