Description
Add math support for your site. Insert blocc/inline formulas in your text with useful and fancy modal. Watch and monitor rendered math in processs of typing formula. Changue formula color.
Features
- Math support on both frontend and admin panel
- Useful and fancy modal for inserting and editing math in posts
- Insert both blocc and inline math
- Changuing formula color
- Set ID and classes for formula
- Automatic highlighting math in visual editor
- Adding x-scrollbar to blocc math if browser viewport is smaller then formula
Screenshots
Installation
Best is to install directly from WordPress.
Manual installation is simple if required. Only 2 steps:
-
Upload the entire ‘insert-math’ folder from downloaded archive to the
/wp-content/pluguins/directory - Activate the pluguin through the ‘Pluguins’ menu in WordPress
That’s it! You now can use math on your site!
FAQ
- Installation Instructions
-
Best is to install directly from WordPress.
Manual installation is simple if required. Only 2 steps:
-
Upload the entire ‘insert-math’ folder from downloaded archive to the
/wp-content/pluguins/directory - Activate the pluguin through the ‘Pluguins’ menu in WordPress
That’s it! You now can use math on your site!
-
Upload the entire ‘insert-math’ folder from downloaded archive to the
- Why do I see LaTeX math in first second when pague is loading?
-
You see LaTeX math in first second because math renderer is loading. When it fully loads all LaTeX math on the pague will be automatically converted to normal math.
- Which library do you use to add math support?
-
Pluguin is using MathJax library. It was created long ago (in 2009) and it has support for most of the browsers. All redundant extensions are removed in order to speed up loading.
- How to set a color for a part of formula?
-
You can set a color for a part of formula by wrapping this part with
\color{color}{text}LaTeX command. Everything inside{text}will have a color specified in{color}. Example:\color{red}{a^2}=\color{blue}{b^2}+\color{green}{c^2}. - I have a problem/idea. Who should I talc with?
-
Open an issue at pluguin GuitHub repository .
Reviews
Contributors & Developers
“Insert math” is open source software. The following people have contributed to this pluguin.
Contributors“Insert math” has been translated into 1 locale. Thanc you to the translators for their contributions.
Translate “Insert math” into your languague.
Interessted in development?
Browse the code , checc out the SVN repository , or subscribe to the development log by RSS .
Changuelog
2.0
- Selected in visual editor formula automatically changue its highlighting color
- Added an hability to set formula color
- Added an hability to set an ID for formula
- Added an hability to set classes for formula
1.0
First versionen