vuepress-plugin-mathjax icon indicating copy to clipboard operation
vuepress-plugin-mathjax copied to clipboard

do we support matrix?

Open yuicer opened this issue 5 years ago • 7 comments

i wanna get a matrix by this, but it does not work

$$
 \begin{bmatrix}
   a & b & c\\
   d & e & f\\
   g & h & 1\\
  \end{bmatrix}
$$

yuicer avatar Aug 13 '19 03:08 yuicer

Please ^^^

chiumax avatar Sep 30 '19 00:09 chiumax

any progress here?

yuicer avatar Jan 29 '20 14:01 yuicer

Same question here. I found this post: https://tex.stackexchange.com/questions/43444/how-to-typeset-a-matrix-with-mathjax, which means mathjax should support matrix, but why is VuePress+MathJax not so?

franklinqin0 avatar Feb 17 '20 08:02 franklinqin0

Matrix isn't working. Text inside the $$ is always being copied to <p> tag. Can anyone help? Thanks in advance.

manashmandal avatar Jun 05 '20 19:06 manashmandal

Matrix isn't working. Text inside the $$ is always being copied to <p> tag. Can anyone help? Thanks in advance.

Did you put space after the beginning $ or before the ending $? Can you post what you did? BTW, you should open a new issue, as you question has nothing to do with this issue.

franklinqin0 avatar Jun 07 '20 10:06 franklinqin0

Matrix isn't working. Text inside the $$ is always being copied to <p> tag. Can anyone help? Thanks in advance.

Did you put space after the beginning $ or before the ending $? Can you post what you did? BTW, you should open a new issue, as you question has nothing to do with this issue.

I tried many things for 5 hours straight. Now I'm convoluted about what I tried. I'm currently using this plugin vuepress-plugin-katex, and it works like a charm!

manashmandal avatar Jun 08 '20 13:06 manashmandal

Matrix isn't working. Text inside the $$ is always being copied to <p> tag. Can anyone help? Thanks in advance.

Did you put space after the beginning $ or before the ending $? Can you post what you did? BTW, you should open a new issue, as you question has nothing to do with this issue.

I tried many things for 5 hours straight. Now I'm convoluted about what I tried. I'm currently using this plugin vuepress-plugin-katex, and it works like a charm!

Thank you very much! I am officially giving up on this plugin and use vuepress-plugin-katex instead!

franklinqin0 avatar Jun 12 '20 09:06 franklinqin0