The following documents may be delayed. Check out the latest documentation: troyni.com/mpmath.
Want to enter formulas in the editor of WeChat official account? Come try our Chrome plug-in~
I believe that many people have the need to enter mathematical formulas on the WeChat official account, but WeChat has not yet launched an official formula editor. Some people are forced to choose some new workflows. For example, I used the TeX -> PDF -> SVG production process in the article "A Mathematics Problem from Junior High School to College", which has certain problems for ordinary users. threshold. Some people compromise and choose to use screenshots to insert formulas, or simply use text characters to piece together formulas, but there are certain problems with these. In this case, we chose to write a plug-in ourselves to meet the needs of official accounts to input formulas.
Completely open source.
Capabilities are limited, many problems have not yet been solved, and many functions have not yet been implemented. If you can help, we would be grateful!
Open the image and text editing interface of the WeChat public platform. If公式
appears on the right side of音频
at the top of the page, it means that the plug-in is running successfully.
Click公式
to create a new formula and insert it. Click on the inserted formula to edit it again.
If you are not familiar with LaTeX syntax, you can refer to Yuque's mathematical formula examples, Apple's sample equations, or this MathJax basic tutorial and quick reference (English).
If you are looking for math problems written based on TeX, I recommend a website: Orange Math.
If you prefer a non-WYSIWYG writing style, try this: Markdown Nice, which also has good support for mathematical formulas.
It is strongly recommended to use the following shortcut keys to improve input efficiency.
operate | shortcut key |
---|---|
Create new formula | control + / command + / |
Exit formula editing | esc |
Insert formula | shift + enter |
displaystyle
before the formulaThe MIT License