Science formulas
2 posters
Page 1 of 1
Science formulas
Forum version: ModernBB
Forum URL: https://academy.forumotion.me/
Is there a tutorial on how to implement mathematical formulas in posts? I am not sure if such thing is even possible on forumotion forums.
Forum URL: https://academy.forumotion.me/
Is there a tutorial on how to implement mathematical formulas in posts? I am not sure if such thing is even possible on forumotion forums.
Guest- Guest
Re: Science formulas
Oh @Academic - nothing easier!
Go, as founder, to ACP > Display > Templates > General and edit the content of the templateoverall_header
then, locate
and add this right before it
Save and then publish the template!
Here a brief example I did on a forumotion forum
Go, as founder, to ACP > Display > Templates > General and edit the content of the templateoverall_header
then, locate
|
- Code:
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
Save and then publish the template!
Here a brief example I did on a forumotion forum
Ape likes this post
Re: Science formulas
@Academic for that you can refer to the documentation of MathJax or to LatEx writing
for example this:
will be converted to the example I showed you before
Here you can find a brief guidelines on how to write formulas in LatEx:
https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference
for example this:
When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
\[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]
will be converted to the example I showed you before

Here you can find a brief guidelines on how to write formulas in LatEx:
https://math.meta.stackexchange.com/questions/5020/mathjax-basic-tutorial-and-quick-reference
Re: Science formulas
Problem solved & topic archived.
|
Thank you for your help @Niko
Niko likes this post
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum