<?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: Latex tables</title>
	<atom:link href="http://dobrzanski.net/2007/04/10/latex-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://dobrzanski.net/2007/04/10/latex-tables/</link>
	<description>The blog for developers</description>
	<lastBuildDate>Wed, 11 Apr 2012 20:31:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Daniel</title>
		<link>http://dobrzanski.net/2007/04/10/latex-tables/comment-page-1/#comment-43070</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 19 Aug 2010 14:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/10/latex-tables/#comment-43070</guid>
		<description>Thanks to you all!

I was looking for the colored \hline and I got just what I wanted here.

Cheers,

D</description>
		<content:encoded><![CDATA[<p>Thanks to you all!</p>
<p>I was looking for the colored \hline and I got just what I wanted here.</p>
<p>Cheers,</p>
<p>D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://dobrzanski.net/2007/04/10/latex-tables/comment-page-1/#comment-41152</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sat, 31 Jul 2010 05:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/10/latex-tables/#comment-41152</guid>
		<description>When I use \cellcolor[gray]{0.9} to color a cell (in a table) and convert to .pdf, the left and top borders of the cell, which were black get erased. How could I fix this problem. Thanks!</description>
		<content:encoded><![CDATA[<p>When I use \cellcolor[gray]{0.9} to color a cell (in a table) and convert to .pdf, the left and top borders of the cell, which were black get erased. How could I fix this problem. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jrouquie</title>
		<link>http://dobrzanski.net/2007/04/10/latex-tables/comment-page-1/#comment-32726</link>
		<dc:creator>Jrouquie</dc:creator>
		<pubDate>Wed, 31 Mar 2010 06:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/10/latex-tables/#comment-32726</guid>
		<description>Zeid:
Here is how to have colored \hline .
Hope this helps,
Jrouquie.

\documentclass{article}
\usepackage{array,colortbl,booktabs}
\begin{document}

\begin{tabular}{lc}
\hline
\arrayrulecolor{green} %always at the beginning of a table row
a&amp;a\\
\midrule[2pt] %see booktabs.pdf
b&amp;b\\
\hline
\arrayrulecolor{black}
c&amp;c\\
\hline
\end{tabular}
\end{document}</description>
		<content:encoded><![CDATA[<p>Zeid:<br />
Here is how to have colored \hline .<br />
Hope this helps,<br />
Jrouquie.</p>
<p>\documentclass{article}<br />
\usepackage{array,colortbl,booktabs}<br />
\begin{document}</p>
<p>\begin{tabular}{lc}<br />
\hline<br />
\arrayrulecolor{green} %always at the beginning of a table row<br />
a&amp;a\\<br />
\midrule[2pt] %see booktabs.pdf<br />
b&amp;b\\<br />
\hline<br />
\arrayrulecolor{black}<br />
c&amp;c\\<br />
\hline<br />
\end{tabular}<br />
\end{document}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://dobrzanski.net/2007/04/10/latex-tables/comment-page-1/#comment-27093</link>
		<dc:creator>richard</dc:creator>
		<pubDate>Thu, 10 Dec 2009 01:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/10/latex-tables/#comment-27093</guid>
		<description>you can also use \columncolor{red} for example. For some reason the color model of RGB does not work (enabling values of 0-255) and it also breaks the printing of cells in a multirow cell. In other words yet more latex hack and pain. I could never have believed something so painfully necessary as colored columnds and rows could be implemented so painfully. In addition, the comments about latex separating content from presentation are ludicrous : its one of the most presentation orientated content management forums I have ever seen.</description>
		<content:encoded><![CDATA[<p>you can also use \columncolor{red} for example. For some reason the color model of RGB does not work (enabling values of 0-255) and it also breaks the printing of cells in a multirow cell. In other words yet more latex hack and pain. I could never have believed something so painfully necessary as colored columnds and rows could be implemented so painfully. In addition, the comments about latex separating content from presentation are ludicrous : its one of the most presentation orientated content management forums I have ever seen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patricia</title>
		<link>http://dobrzanski.net/2007/04/10/latex-tables/comment-page-1/#comment-20110</link>
		<dc:creator>Patricia</dc:creator>
		<pubDate>Wed, 15 Jul 2009 18:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/10/latex-tables/#comment-20110</guid>
		<description>Thanks a lot!!!!</description>
		<content:encoded><![CDATA[<p>Thanks a lot!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: christos</title>
		<link>http://dobrzanski.net/2007/04/10/latex-tables/comment-page-1/#comment-15367</link>
		<dc:creator>christos</dc:creator>
		<pubDate>Mon, 30 Mar 2009 12:35:40 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/10/latex-tables/#comment-15367</guid>
		<description>hi,

thax for posting. exactly what i was looking for.

can you add an explanation how the rgb code works? must be a value between 0 and 1. i only found either hex or decimal numbers as reverences to the color. how do i get the right number for a specific color, if i got the hex number or decimal number?

cheers</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>thax for posting. exactly what i was looking for.</p>
<p>can you add an explanation how the rgb code works? must be a value between 0 and 1. i only found either hex or decimal numbers as reverences to the color. how do i get the right number for a specific color, if i got the hex number or decimal number?</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarosław Dobrzański</title>
		<link>http://dobrzanski.net/2007/04/10/latex-tables/comment-page-1/#comment-10136</link>
		<dc:creator>Jarosław Dobrzański</dc:creator>
		<pubDate>Wed, 15 Oct 2008 08:10:07 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/10/latex-tables/#comment-10136</guid>
		<description>Unfortunately I haven&#039;t tried that. I hope Google will me more of the help :)</description>
		<content:encoded><![CDATA[<p>Unfortunately I haven&#8217;t tried that. I hope Google will me more of the help <img src='http://dobrzanski.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zeid</title>
		<link>http://dobrzanski.net/2007/04/10/latex-tables/comment-page-1/#comment-10133</link>
		<dc:creator>Zeid</dc:creator>
		<pubDate>Wed, 15 Oct 2008 06:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/10/latex-tables/#comment-10133</guid>
		<description>Hello,
nice tips, thanks. Would you know how we can change the color of the borders of a table in LaTeX? Have you tried this before?

thanks</description>
		<content:encoded><![CDATA[<p>Hello,<br />
nice tips, thanks. Would you know how we can change the color of the borders of a table in LaTeX? Have you tried this before?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ana Romero</title>
		<link>http://dobrzanski.net/2007/04/10/latex-tables/comment-page-1/#comment-5027</link>
		<dc:creator>Ana Romero</dc:creator>
		<pubDate>Tue, 13 May 2008 15:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://dobrzanski.net/2007/04/10/latex-tables/#comment-5027</guid>
		<description>Thnak you very much! :D I was also working on use cases hahaha</description>
		<content:encoded><![CDATA[<p>Thnak you very much! <img src='http://dobrzanski.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I was also working on use cases hahaha</p>
]]></content:encoded>
	</item>
</channel>
</rss>

