Michael Bach <pha...@gmail.com> writes:

> 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, ]  | @@latex: A[0]@@    |

is one way - there are probably others.

Nick



Reply via email to