Math

Last modified by Vincent Massol on 2008/12/01

Question How do I add mathematical formulas on a page?
Answer

Use velocity or groovy.

Velocity

  • ${ 1 + (2 * 3) }

You can also use the Math Tool by using $mathtool.

Groovy

  • <% println 1 + (2 * 3) %>

Note that using Groovy requires the 'programming' access right.

Another option is to use MathML, if you have a compatible browser.

Tags:
   

Get Connected