Skip to content
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

Enabling single dollar sign for inline math mode #50

Open
rafisics opened this issue Aug 11, 2021 · 4 comments
Open

Enabling single dollar sign for inline math mode #50

rafisics opened this issue Aug 11, 2021 · 4 comments

Comments

@rafisics
Copy link

For inline math mode, the delimiters $latex ... $ and \( ... \) are functioning. But I like to use the single dollar sign: $ ... $ to activate inline math mode. If possible, how can I do it?

Also, it would be great if the syntaxes of inline and display math delimiters could be chosen/specified by users from the plugin settings.

@DEAN-Cherry
Copy link

I have the same question, but it seems this project is no longer maintained for over a year

@rafisics
Copy link
Author

rafisics commented Mar 7, 2022

@DEAN-Cherry Have you found any other plugin that provides our desired feature?

@Phidel
Copy link

Phidel commented Sep 23, 2022

Add to ''header.php'' file:

<script type="text/x-mathjax-config"> MathJax.Hub.Config({ tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]} }); </script>

@GTP95
Copy link

GTP95 commented Jan 17, 2023

@DEAN-Cherry Have you found any other plugin that provides our desired feature?

Have a look at Simple MathJax. It works out of the box, even if the plugin store says that it is untested on the latest WordPress release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants