From: Carsten Dominik <carsten.dominik@gmail.com>
To: Francesco Pizzolante <fpz@missioncriticalit.com>
Cc: mailing-list-org-mode <emacs-orgmode@gnu.org>
Subject: Re: Exporting customized align attribute to LaTeX
Date: Fri, 14 May 2010 14:28:20 +0200 [thread overview]
Message-ID: <C65006CA-E924-454D-8978-B562D856A545@gmail.com> (raw)
In-Reply-To: <87pr11uo1k.fsf@mundaneum.com>
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.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
prev parent reply other threads:[~2010-05-14 12:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-12 15:39 Exporting customized align attribute to LaTeX Francesco Pizzolante
2010-05-14 12:28 ` Carsten Dominik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=C65006CA-E924-454D-8978-B562D856A545@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=fpz@missioncriticalit.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).