Difference between revisions of "Help:Contents"

From ShotStat
Jump to: navigation, search
m
Line 5: Line 5:
 
# [https://www.mediawiki.org/wiki/Extension:MathJax MathJax] has been configured so that clicking on its equations magnifies them.  Right-clicking also gives access to the equation source code.  Mark-up to use in-line MathJax here:
 
# [https://www.mediawiki.org/wiki/Extension:MathJax MathJax] has been configured so that clicking on its equations magnifies them.  Right-clicking also gives access to the equation source code.  Mark-up to use in-line MathJax here:
 
#* <code>&lt;math&gt;...&lt;/math&gt;</code>.
 
#* <code>&lt;math&gt;...&lt;/math&gt;</code>.
#* <code>\(...\)</code> and
+
#* <code>\(...\)</code>

Revision as of 13:33, 20 November 2013

Consult the User's Guide for information on using the wiki software.

Two math rendering engines are available:

  1. Google Chart renders LaTeX inside the tags <m>...</m> but seems to create less sharp results.
  2. MathJax has been configured so that clicking on its equations magnifies them. Right-clicking also gives access to the equation source code. Mark-up to use in-line MathJax here:
    • <math>...</math>.
    • \(...\)