-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert mathematical equations to TeX/MathJax format #15
Comments
The first example works fine for me, but the later two do not work. Do I need some special option to “pandoc” to tell it to accept double dollar-delimited equations? At the moment, I use this function to preview: function preview {
|
Yep. Add the
|
Pandoc supports several options to render Tex math questions. Any usage docs demonstrating mathematical equations should be converted to
MathJaxTeX/LaTeX notation within the Markdown source files.Inline math can be enclosed in single
$
dollar signsWhere Xi,Yi is a source image
Block equations can be enclosed with double
$$
dollar signs.## For Pandoc
Add the
--mathml
to parse & generate outputStatus
Current pages converted to MathJax notation.
The text was updated successfully, but these errors were encountered: