Math equation support

Philip's Avatar

Philip

28 Sep, 2022 03:34 AM

I'm using MMD 6.6.0 on Windows 10. I installed LaTeX afterward.

I'm trying to get math equations working so I can use Markdown syntax to compose class notes viewable in a browser:

   multimarkdown.exe inputfile.txt > outputfile.html

The math examples aren't working for me:

   \\[ {e}^{i\pi }+1=0 \\]
   $${e}^{i\pi }+1=0$$

gives me:

   \[ {e}^{i\pi }+1=0 \]
   \[{e}^{i\pi }+1=0\]

But subscript and superscript work fine. I'm not sure what's wrong and probably needing to be installed. Can someone point me in the right direction? Thanks!

  1. Support Staff 1 Posted by fletcher on 11 Dec, 2022 09:57 PM

    fletcher's Avatar

    Sorry for the delay -- this got sent to the spam folder, which I don't check very often.

    Are you using MathJax or some other tool to format math? MultiMarkdown appears to be working properly from what you included, but you need something to format the LaTeX.

  2. 2 Posted by Purchase Web Tr... on 03 Mar, 2025 12:15 PM

    Purchase Web Traffic's Avatar

    To the fletcherpenney.net admin, Your posts are always well-supported by research and data.

  3. 3 Posted by adrian on 07 Mar, 2025 07:58 PM

    adrian's Avatar

    Dear Fletcher,

    Please let me know, if you have received my present e-mail, or if it landed again into your spam folder.

    Could you please expand, what you mean by «formatting my LaTeX» please?
    I have downloaded TeXshop v.5.28, TeX Live Utility 1.54 and the rest in January 2025.

    Thank you for clarifying our suggestion for me,
    Adrian

  4. Support Staff 4 Posted by fletcher on 08 Mar, 2025 02:38 AM

    fletcher's Avatar

    MultiMarkdown’s job is to find the sections of math and output it in a format that can be detected by LaTeX, which it did.

    You are using math in an HTML file, which does not support LaTeX (it’s HTML after all.). So you need a javascript to convert LaTeX into HTML.

    https://fletcher.github.io/MultiMarkdown-6/syntax/math.html

    Fletcher

    --
    Fletcher T. Penney
    [email blocked]

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

Recent Discussions

08 Mar, 2025 02:38 AM
09 Jan, 2025 02:24 AM
11 Dec, 2022 07:57 PM
26 Sep, 2022 02:40 AM
21 Jul, 2022 10:22 AM

Recent Articles