I tried this but it doesn't work.Hello,
The version 3.1.0 work with XF 2.2.16
The version 3.1.1 work with XF 2.3
Code:
\begin{align}
f(x) &= x^2\\
f'(x) &= 2x\\
F(x) &= \int f(x)dx\\
F(x) &= \frac{1}{3}x^3
\end{align}
I tried this but it doesn't work.Hello,
The version 3.1.0 work with XF 2.2.16
The version 3.1.1 work with XF 2.3
\begin{align}
f(x) &= x^2\\
f'(x) &= 2x\\
F(x) &= \int f(x)dx\\
F(x) &= \frac{1}{3}x^3
\end{align}
This is work for meI tried this but it doesn't work.
Code:\begin{align} f(x) &= x^2\\ f'(x) &= 2x\\ F(x) &= \int f(x)dx\\ F(x) &= \frac{1}{3}x^3 \end{align}
f(u) =\sum_{j=1}^{n} x_jf(u_j)\\
=\sum_{j=1}^{n} x_j \sum_{i=1}^{m} a_{ij}v_i\\
=\sum_{j=1}^{n} \sum_{i=1}^{m} a_{ij}x_jv_i
Oh no, apparently the formula is visible only to logged in members, those who are not logged in only see the raw text.This is work for me
But only rendered in Chrome and Opera, not Firefox, Edge.Code:f(u) =\sum_{j=1}^{n} x_jf(u_j)\\ =\sum_{j=1}^{n} x_j \sum_{i=1}^{m} a_{ij}v_i\\ =\sum_{j=1}^{n} \sum_{i=1}^{m} a_{ij}x_jv_i
I don't currently have this addon installed, but is there a permission to view the rendered code?Oh no, apparently the formula is visible only to logged in members, those who are not logged in only see the raw text.
No, I didn't find any set permission related to that.I don't currently have this addon installed, but is there a permission to view the rendered code?
Have you already tried the Xenconcept version?Did you guy see the error when using the Insert Math button on editor that the requested page can not be found?
I think the path to the JS needs to be fixed.
Yes, I have that version 3.1.0 installed.Have you already tried the Xenconcept version?
Hello,
The version 3.1.0 work with XF 2.2.16
The version 3.1.1 work with XF 2.3
It works if you enter the math formula directly into the editor but when you try to click the Insert Math button from the editor, it will error. It seems it couldn't find the location for the JS script. I think it's a simple edit.It works not?
Me tooOh no, apparently the formula is visible only to logged in members, those who are not logged in only see the raw text.
It only displays the math formula to the admin. For members, it only shows plain text.Yes, I have that version 3.1.1 installed.
Same here.Oh no, apparently the formula is visible only to logged in members, those who are not logged in only see the raw text.
Do your guests and regular members be able to see the rendered equation?Good work. Thank you very much.
@Wanji
Curious
\sum= \frac{x+y}2
and
\begin{matrix}
1 & 0\\
0 & 1
\end{matrix}
and
f(x) = x^2\\
g(x) = \frac{1}{x}\\
F(x) = \int^a_b \frac{1}{3}x^3
works.
Guest, No.Do your guests and regular members be able to see the rendered equation?
Hello,
The version 3.1.0 work with XF 2.2.16
The version 3.1.1 work with XF 2.3
document.addEventListener('DOMContentLoaded', function () {
if (typeof renderMathInElement === 'function' && typeof CMTV_MATH_RENDER_OPTIONS !== 'undefined') {
renderMathInElement(document.body, CMTV_MATH_RENDER_OPTIONS);
} else {
console.error('renderMathInElement or CMTV_MATH_RENDER_OPTIONS is not defined');
}
});
upload/src/addons/CMTV/Math/_data/templates.xml but without the event handler for xf:reinitxf:init don't seem to be triggered for non-admin usersWe use essential cookies to make this site work, and optional cookies to enhance your experience.