hello list, Here is the example.
------------------------------------------------------------------------ #+ATTR_LATEX: :mode math :environment pmatrix :math-prefix \mathbf{H}= | \vdots | 0 | \vdots | | \vdots | H | \vdots | | \vdots | 0 | \vdots | ------------------------------------------------------------------------ These lines generate perfect latex code. But the html exporter omits the #+attr_latex line (which is correct), and produces a plain text table. The question is, is it possible to export the math mode table as latex code in html exporting? Maybe there is some option like "#+attr_html: :mode latex"? Thanks. Regards, Bing