Thanks for your answer,
Unfortunatly the
#+attr_latex: :environment tabu seem to not be taken into account
I have org 6.33x, could that be the problem?
Code used:
#+DRAWERS: LATEX
:LATEX:
#+LATEX_HEADER: \usepackage[table]{xcolor}
#+LATEX_HEADER: \usepackage{tabu}
#+TITLE: Some statistics about the oceanographic data
#+AUTHOR: Kevin Le Morzadec
#+OPTIONS: toc:nil todo:nil
:END:
#+attr_latex: :environment tabu
| | | |
| min | 10th percentile | 25th percentile |
|---------------------------+-----------------+-----------------|
| \rowfont{\color{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 |