This is a simple editor app. You can write LaTeX code. This works in both online and local environments.
This editor consists of a display, a text box, and a shortcut buttons. You type in the text box when it is instantly reflected on the display. When you press the shortcut button, The text is inserted at the caret position. The other way is to insert a matrix by "number" + "x" + "number" + "Enter"
.
You can output to txt, bmp, svg, png, jpeg, and so on.
How to:
I’ve prepared a lot of shortcut buttons. However, not all LaTeX commands are covered.
If you want your original shortcut button, you can create one.
How to:
Here is examples of json text:
["name", "cmd"]
["\\(\\frac{1}{2}\\)", "\\frac{1}{2}"]
["Trump Symbol", "\\clubsuit\n\\diamondsuit\n\\heartsuit\n\\spadesuit"]
The first element is the HTML code that will be pasted into the button.
The second element is the text that is inserted when the button is pressed.
\begin{align}
e^{i\theta}
&= \cos{\theta} + i\sin{\theta} \\
e^{i\pi}
&= -1 + 0 \\
&= -1
\end{align}
\bbox[#dddddd, 30pt]{
\begin{array}{l}
{\color{#ff0000}red} \\
{\color{#00ff00}green}
\end{array}
}
For more information about MathJax, see the following documents:
https://github.com/mathjax
https://docs.mathjax.org/en/latest/web/hosting.html
https://www.onemathematicalcat.org/MathJaxDocumentation/TeXSyntax.htm
Please create an issue on github.
2024/04/01 first commits
2024/04/02 ver.1.0 release
2024/11/12 ver.1.1 release