[tex]...[/tex]
BBcode into a PNG image.Not sure what you exactly mean with this question, but the BBcode usage would be like this:nou nou wrote: Wed Nov 29, 2017 4:12 pm Does your BBcode solution involve a {TEXT} token inside an html attribute? That's what I would like to avoid...
Code: Select all
[tex]
{5 \choose 2} = \frac{5 !}{2 ! \cdot 3 !}
[/tex]
Code: Select all
<img class="bbc_img" src="./images/latex/632d0be3ef5da8787784b00be868adfe.png" alt="LaTeX" />
Would you still be willing to share this? I have a client asking for LaTex rendering.Ger wrote: Wed Nov 29, 2017 8:06 am Could this be something you can use? If so, I can work it out a bit further since it's now very rough and tailor-made for my usage.
I've put it on Github just now. Remember: it's a bit in rough shape so you might need to polish it a bit.
Code: Select all
When [tex]\(a \ne 0\)[/tex], there are two solutions to [tex]\(ax^2 + bx + c = 0\)[/tex] and they are [tex]$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$[/tex]
Code: Select all
[tex]\sqrt{\frac{a}{b}}[/tex]
Forgot to install LaTex. By "picture path", do you mean
/images/
or /files/
?