emacs-orgmode
[Top][All Lists]
Advanced

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

[O] orgtbl-mode and cdlatex don't work well in a latex buffer


From: Uwe Brauer
Subject: [O] orgtbl-mode and cdlatex don't work well in a latex buffer
Date: Sat, 25 Feb 2017 10:07:33 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Hi

Please consider

\documentclass[12pt]{article}
\begin{document}
% BEGIN RECEIVE ORGTBL test
\[
\begin{pmatrix}
s & a \\
1 & 2 \\
\end{pmatrix}
\]
% END RECEIVE ORGTBL test
\begin{comment}
#+ORGTBL: SEND test orgtbl-to-latex-matrix :splice nil :skip 0
| s | a |
| 1 | 2 |
\end{comment}


\end{document}


Now I insert a subscript in the first column and I obtain

\begin{comment}
#+ORGTBL: SEND test orgtbl-to-latex-matrix :splice nil :skip 0
| s$_{}$ | a |
| 1 | 2 |
\end{comment}

Which is bad.  The point is that 
cdlatex is *too smart*.


@Carsten, or whoever is maintaining cdlatex, any idea how to solve that?

Thanks

Uwe Brauer 




reply via email to

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