Difference between revisions of "Help:Contents"

From ShotStat
Jump to: navigation, search
m
Line 6: Line 6:
 
#* <code>&lt;math&gt;...&lt;/math&gt;</code>.
 
#* <code>&lt;math&gt;...&lt;/math&gt;</code>.
 
#* <code>\(...\)</code>
 
#* <code>\(...\)</code>
 +
 +
Some helpful references on LaTeX coding:
 +
* https://en.wikibooks.org/wiki/LaTeX/Mathematics
 +
* http://www.physicsforums.com/misc/howtolatex.pdf
 +
* http://arachnoid.com/latex/
 +
* http://www.numberempire.com/texequationeditor/equationeditor.php
 +
* http://www.sciweavers.org/free-online-latex-equation-editor

Revision as of 10:42, 20 December 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>.
    • \(...\)

Some helpful references on LaTeX coding: