MathJax - Node JS - equation number

34 views
Skip to first unread message

Leela Bala

unread,
Jul 23, 2021, 2:05:00 AM7/23/21
to MathJax Users

Hi Everyone

Recently I have started the node JS to convert the tex into mathml process. It is working well using "MathJax-demos-node-master" using direct method.

I am trying to insert equation numbers ('ams') in mathml, I could not make it. What should I need to get it.

Regards
Leela

Davide Cervone

unread,
Jul 23, 2021, 8:19:50 AM7/23/21
to mathja...@googlegroups.com
If your math is in MathML notation, then something like

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">
  <mtable>
    <mlabeledtr>
      <mtd>
        <mtext>
          <!-- your equation number here, e.g., '(1)' -->
        </mtext>
      </mtd>
      <mtd>
        <!-- your equation's MathML here -->
      </mtd>
    </mlabeledtr>
  </mtable>
</math>

I hope that helps.

Davide


--
You received this message because you are subscribed to the Google Groups "MathJax Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathjax-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathjax-users/23a47fe8-ce0f-4905-8258-1578bb8fa17dn%40googlegroups.com.

Leela Bala

unread,
Jul 28, 2021, 1:07:36 AM7/28/21
to MathJax Users
Thanks Davide
Reply all
Reply to author
Forward
0 new messages