Re: [O] Question about the math mode table exporting for latex and html

2014-01-21 Thread Nicolas Goaziou
Hello, Rasmus writes: > I have attached a rough proof-of-concept that will export the above > table correctly with mathjax. But I guess it will also have to handle > it correctly in the case of static png images. Thank you. I agree that PNG handling is required. I think you need to call `org

Re: [O] Question about the math mode table exporting for latex and html

2014-01-18 Thread Rasmus
Hi, >> Perhaps something like the following would be OK? Nicholas? >> >> #+ATTR_HTML: :mode latex >> #+ATTR_LATEX: :mode math :environment pmatrix :math-prefix \mathbf{H}= >> | \vdots | 0 | \vdots | >> | \vdots | H | \vdots | >> | \vdots | 0 | \vdots | >> >> This would tell ox-html.el to transcod

Re: [O] Question about the math mode table exporting for latex and html

2014-01-09 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > On Tue, Jan 07, 2014 at 05:39:06PM +0100, Nicolas Goaziou wrote: >> Rasmus writes: >> >> > AFAIK, mathjax supports amsmath matrices, e.g. the third example here¹ . >> > Thus, we'd really just want to insert the output of org-latex-table in >> > the html-file. >>

Re: [O] Question about the math mode table exporting for latex and html

2014-01-07 Thread Rick Frankel
On Tue, Jan 07, 2014 at 05:39:06PM +0100, Nicolas Goaziou wrote: > Rasmus writes: > > > AFAIK, mathjax supports amsmath matrices, e.g. the third example here¹ . > > Thus, we'd really just want to insert the output of org-latex-table in > > the html-file. > > > > Perhaps something like the follow

Re: [O] Question about the math mode table exporting for latex and html

2014-01-07 Thread Nicolas Goaziou
Hello, Rasmus writes: > AFAIK, mathjax supports amsmath matrices, e.g. the third example here¹ . > Thus, we'd really just want to insert the output of org-latex-table in > the html-file. > > Perhaps something like the following would be OK? Nicholas? > > #+ATTR_HTML: :mode latex > #+ATTR_LATEX

Re: [O] Question about the math mode table exporting for latex and html

2014-01-07 Thread Rasmus
Hi Bing and Nicholas, b...@pku.edu.cn writes: > > #+ATTR_LATEX: :mode math :environment pmatrix :math-prefix \mathbf{H}= > | \vdots | 0 | \vdots | > | \vdots | H | \vdots | > | \vdots | 0 | \vdots | > ---

[O] Question about the math mode table exporting for latex and html

2014-01-07 Thread bsun
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 |