| Re: How to: use LaTeX for equations ok, so there is no workaround for this yet, so i will warn people and explain what is going on.
the mimetex plugin works very beautifuly, the problem is when it touches vbulletin, something crazy happens and this extremely weird issue comes up:
so apparently there is a problem with parsing bbcode, and for some reason or another, a parenthesie before the first equal sign it screws stuff up and breaks some links that does not allow the images to render at all...
so a workaround, not a solution, still working on that one:
\int_{a}^bf(x)dt=\sum_{i=1}^n f(\overline{x_i})\Delta x
does not work as demonstrated here: dt=\sum_{i=1}^n f(\overline{x_i})\Delta x)
but you can use the same equation and write it as:
\sum_{i=1}^n f(\overline{x_i})\Delta x=\int_{a}^bf(x)dt
as i demonstrate here:
similarly:
x=f\left(x\right) works )
while the opposite f\left(x\right)=x does not =x) |