emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Exporting customized align attribute to LaTeX


From: Carsten Dominik
Subject: Re: [Orgmode] Exporting customized align attribute to LaTeX
Date: Fri, 14 May 2010 14:28:20 +0200

Hi Francesco,

thanks for the report - I have fixed this bug.

- Carsten

On May 12, 2010, at 5:39 PM, Francesco Pizzolante wrote:

Hi,

Exporting a customized align attribute for a table produces a wrong result.

Here's an example where I'm customizing the S column type (coming from the
siunitx package): I want to add the EUR symbol after each value in the
specified column.

--8<---------------cut here---------------start------------->8---
* TEST

 #+ATTR_LATEX: align=lS<{{\,\si{\EUR}}}
 | A   |  12584.35 |
 | BB  | 123456.67 |
 | CCC | 987654.32 |
--8<---------------cut here---------------end--------------->8---

When exporting to LaTeX, I get the following result:

--8<---------------cut here---------------start------------->8---
\section{TEST}
\label{sec-1}

\begin{center}
\begin{tabular}{lS<{{\}
A    &   12584.35  \\
BB   &  123456.67  \\
CCC  &  987654.32  \\
\end{tabular}
\end{center}
--8<---------------cut here---------------end--------------->8---

I should get the following for the begin{tabular} line:

--8<---------------cut here---------------start------------->8---
\begin{tabular}{lS<{{\,\si{\EUR}}}}}
--8<---------------cut here---------------end--------------->8---

Is there a way to achieve this?

Thanks,
Francesco


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten






reply via email to

[Prev in Thread] Current Thread [Next in Thread]