r - Writing latex matrices from Rmarkdown to word -


i'm migrating rmarkdown provided work msword users. when try write matrix using latex syntaxis inside rmarkdown using following code:

$$a = \begin{bmatrix}  1  & 0 & 0 & 0\\  a_{21} & 1 & 0 & 0\\  a_{31} & a_{32} & 1 & 0\\  a_{41} & a_{42} & a_{43} & 1  \end{bmatrix}$$ 

i obtain in word matrix not formatted. if render pdf outpud works ok.

i wonder if there way of improving msword matrix format. supose must done pandoc or pander not have expertise in area.


Comments

Popular posts from this blog

qt - Using float or double for own QML classes -

Create Outlook appointment via C# .Net -

ios - Swift Array Resetting Itself -