-
Notifications
You must be signed in to change notification settings - Fork 318
Math Support
CuteMarkEd uses MathJax for its ability to enter formula. Formulas are written as they are in LaTeX.
To enable math support in CuteMarkEd tick "Math Support" from the "Extras" menu bar.
For simple formulas such as can be typed as x^2 without any delimiters. For more complicated formulas such as requires delimiters.
The two types of formulas are displayed and inline.
This is a displayed formula; it is large and centered
While this formula here is an inline formula; it is small and inline with the text.
The displayed delimiters are $$ and $$ while the inline delimiters are \\( and \\). Displayed delimiters need to be on a paragraph all by themselves while inline formulas can be placed within paragraphs. For example ...
...
$$y=a\sum_{k=1}^{\infty}\frac{1}{k^{2}}$$
...
produces
while
This formula here \\(y=a\sum_{k=1}^{\infty}\frac{1}{k^{2}}\\) is a test.
produces
This formula here is a test.
WYSIWYG programs such as Lyx can be used, and indeed was by me when creating these examples. In this case the latex output can be copied and pasted from Lyx to CuteMarkEd finally adding the delimiters manually.