On Tuesday, 16 Feb 2016 at 17:58, Nicolas Goaziou wrote:
[...]
> I think #+ATTR_BACKEND: :align ... goes a long way towards removing
> these limitations, at least on the export side.
I agree.
I have always taken the view that the syntax was for presentation in
org mode, not for export, probabl
Hello,
Michael Giepen writes:
> However, with wider tables you have to put a lot of attributes and the
> following implementation would be clearer if it would be more org-mode
> like with the attributes inside the table.
>
> #+CAPTION: My caption
> #+ATTR_LATEX: :align lS
> | Column |Value
I would like to align the decimals of the values in the following table
with siunitx "S column".
#+LATEX_HEADER: \usepackage{siunitx}
#+CAPTION: My caption
#+ATTR_LATEX: :align lS
| Column |Value |
| A | 2234.2 |
| B | 243.2345 |