Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Support Mathjax
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Support Mathjax

 Post Reply Post Reply
Author
Gullanian View Drop Down
Senior Member
Senior Member
Avatar

Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
Post Options Post Options   Thanks (0) Thanks(0)   Quote Gullanian Quote  Post ReplyReply Direct Link To This Post Topic: Support Mathjax
    Posted: 12 April 2011 at 7:39pm
MathJax On WWF9.x

MathJax is a brilliant way to render mathematical formulas on your website.  This is a very simple modification.  See:


For more information.

Basic Setup

In forum_posts.asp, add this line directly before the
<!-- #include file="includes/footer.asp" -->
line right at the bottom of the page:

<script type="text/x-mathjax-config">
    MathJax.Hub.Config({
        "HTML-CSS": {
            scale: 180
        }
    });
</script>
<script type="text/javascript"
  src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>

You can add this in your head, but I prefer to put it at end of the body so it loads last after the rest of the page has loaded as it's not very high priority.

Then post this formula

\[ \left( \sum_{k=1}^n a_k b_k \right)^2 \leq \left( \sum_{k=1}^n a_k^2 \right) \left( \sum_{k=1}^n b_k^2 \right) \]

Simple, but good if you have a forum that needs maths!

Styling


See that link on how to style it with the config JS that you pasted in.


Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.