You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Examining the ms file generated by pandoc -s -o r.ms r.md, line 73 is:
rcol{ {f left ( x right )} above {} }
Although I can't find it in the eqn documentation, it seems that there cannot be an empty entry in a matrix. The following code is correct, and properly formats the equation:
rcol{ {f left ( x right )} above {""} }
The text was updated successfully, but these errors were encountered:
Try this sample markdown in r.md:
The command
pandoc -t ms -o r.pdf r.md
gives the error:Examining the
ms
file generated bypandoc -s -o r.ms r.md
, line 73 is:Although I can't find it in the
eqn
documentation, it seems that there cannot be an empty entry in amatrix
. The following code is correct, and properly formats the equation:The text was updated successfully, but these errors were encountered: