arektekieli Hello! This extension allows you to write complex math formulas with LaTeX syntax. It is available on github: https://github.com/arektekieli/FlaJax FlaJax Install flarum plugin with: composer require if/flajax Enable plugin in flarum admin panel Follow this rules when writing your math: Just enclose inline math formulas in single dollar signs $ ... $ or use double dollar signs for formulas in a separate line $$ ... $$ In order to enumerate equations use $$ \begin{equation} ... \label{eqEmc} \end{equation} $$ This way one can reference to it by using Eq. \ref{eqEmc}. Use {} with superscript: E=mc^{2} if you want proper superscripts handling by LaTeX.
Geraldlzc E=\left\{\left(\mathbf{e}_{k}, r_{k}, s_{k}\right)\right\}_{k=1: N} e What should I do? It doesn't show up
kaifang Geraldlzc Maybe try this, I don't know why it works for me: E =\left\\{ \left( \mathbf{e}_k, r_k, s_k \right) \right \\}\_{k=1:N} e Hope the confliction could be solved officially to surpport perfectly math formula...
arektekieli kaifang This problem is most likely caused by FlaJax and Markdown plugins conflict. I will try to resolve this problem in future releases. Thank you for your feedback.
arektekieli stimw It should work with flarum 1.0.2 If you want fast answer about plugin you can open issue on github i am much more active there. I check this forum occasionally.
edouard-gv Has it been tested with flarum 1.8? I am on 1.4 and preparing migration to 1.8 this summer. And your plugin is vital for our scientific educational forum 🙂. Thank you.