- Joined
- Jul 3, 2017
- Messages
- 1,251
MarkFL submitted a new resource:
MathJax and XF 2.0.x - Adding support for LaTeX markup powered by MathJax to your XF 2.0.x site
Read more about this resource...
MathJax and XF 2.0.x - Adding support for LaTeX markup powered by MathJax to your XF 2.0.x site
I help administrate a math help site now running XF 2.0.10, and I wanted to share with this community how I added support for LaTeX powered by Mathjax to the site using a series of template edits.
The first thing I did was to initialize and define the scripts to be called on every page so that when any page is loaded, any LaTeX to be rendered will be done.
Open the "PAGE_CONTAINER" template and add the following code to the end of the template:
Code:<script type="text/x-mathjax-config">...
Read more about this resource...