emacs-orgmode
[Top][All Lists]
Advanced

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

[O] problem in orgtbl-to-latex math (Tabular)


From: Uwe Brauer
Subject: [O] problem in orgtbl-to-latex math (Tabular)
Date: Thu, 24 Mar 2016 08:47:57 +0000
User-agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.1.50 (gnu/linux)

Hello

Take the following radio table in a latex file

% BEGIN RECEIVE ORGTBL test
% END RECEIVE ORGTBL test
\begin{comment}
#+ORGTBL: SEND test orgtbl-to-latex  :lend "\\\\ \\hline" :environment tabular
|/|<>|
| |  |
| | $\int$
\end{comment}


This is expanded to

% BEGIN RECEIVE ORGTBL test
\begin{tabular}{|l|}
\\ \hline
\int\\ \hline
\end{tabular}
% END RECEIVE ORGTBL test
\begin{comment}
#+ORGTBL: SEND test orgtbl-to-latex  :lend "\\\\ \\hline" :environment tabular
| / | <>  |
|   |     |
|   | $\int$ |
\end{comment}

Which is incorrect.

Strangely enough if I take that table in an org buffer and export it to
latex, then the math gets sourounded by \( \) as it should, but
org-radio-table fails.
What can I do? (You might point out that I should have used a matrix and
not used $ in the table, that is correct but does not help me here.

Uwe Brauer 




reply via email to

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