From mboxrd@z Thu Jan 1 00:00:00 1970 From: "kevin.lemorzadec" Subject: font colour in a table row Date: Wed, 5 Nov 2014 21:06:59 -0330 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113a4b54e4d361050725e5b0 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmB4n-0002Me-K8 for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 19:37:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmB4h-0001Uu-Br for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 19:37:25 -0500 Received: from ellington.ucs.mun.ca ([134.153.232.51]:38649) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmB4h-0001Ul-4Q for emacs-orgmode@gnu.org; Wed, 05 Nov 2014 19:37:19 -0500 Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54]) by ellington.ucs.mun.ca (8.13.8/8.13.8) with ESMTP id sA60bF3n004011 for ; Wed, 5 Nov 2014 21:07:16 -0330 Received: by mail-yh0-f54.google.com with SMTP id t59so895968yho.27 for ; Wed, 05 Nov 2014 16:37:15 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --001a113a4b54e4d361050725e5b0 Content-Type: text/plain; charset=UTF-8 Hi, I am trying to colour the font over the hole row of a table. I am able to highlight the row following this thread : http://thread.gmane.org/gmane.emacs.orgmode/76711/focus=76713 but can't change the font colour. It seems that I should use \rowfont in the tabu package may be the way to go but I can't figure out how to use it in org mode. I don't see how to include replace the \begin{tabular} generated automaticly by the following code by \begin{tabu} #+DRAWERS: LATEX :LATEX: #+LATEX_HEADER: \usepackage[table]{xcolor} #+LATEX_HEADER: \usepackage{tabu} :END: | | | | | min | 10th percentile | 25th percentile | |---------------------+-----------------+-----------------| | \textcolor{Red} 1 | 1.2 | 1.7 | | 1 | 1.5 | 1.9 | | 1.1 | 1.5 | 1.9 | | 1 | 1.9 | 2.3 | | 1 | 2 | 2.3 | Thanks, Kevin --001a113a4b54e4d361050725e5b0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,
I am trying to colour the font over the = hole row of a table.
I am able to highlight the row following this threa= d :
http://thread.gmane.org/gmane.emacs.orgmode/76711/focus=3D76713
but can't change the font colour. It seems that I should us= e=C2=A0 \rowfont in the tabu package may be the way to go but I can't= =20 figure out how to use it in org mode. I don't see how to include replac= e the \begin{tabular} generated automaticly by the following code by=20 \begin{tabu}
#+DRAWERS: LATEX
:LATEX:
#+LATEX_HEADER: \usepackage[table]{xcolor}
#+LATEX_HEADER: \usepackage{tabu}
:END:

 |                     |                 |                 |
 |                 min | 10th percentile | 25th percentile |
 |---------------------+-----------------+-----------------|
 | \textcolor{Red}   1 |             1.2 |             1.7 |
 |                   1 |             1.5 |             1.9 |
 |                 1.1 |             1.5 |             1.9 |
 |                   1 |             1.9 |             2.3 |
 |                   1 |               2 |             2.3 |
Thanks,
Kevin


--001a113a4b54e4d361050725e5b0--