emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Table columns verbatim export


From: Michael Bach
Subject: [O] Table columns verbatim export
Date: Fri, 31 Oct 2014 12:47:41 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

Hi,

I am looking for a way to format table columns to be verbatim for the
(latex) export.  The reason is that in the following table, the numpy
`A[0]` will be interpreted as a footnote without a matching description
and export will fail.

|                | matlab    | r       | numpy   |
| element access | A(1, 1)   | A[1, 1] | A[0, 0] |
| row access     | A(1, 1:2) | A[1, ]  | A[0]    |

I had a look into the manual and maybe relatedly found section 3.5.3
"Emacs Lisp forms as formulas" with string manipulation, e.g. wrapping
== or ~~ around the string, but I am really just concerned with export.

Is there an obvious way I am missing?

Thanks and Best Regards,
Michael




reply via email to

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