Difference between revisions of "Help:Contents"

From ShotStat
Jump to: navigation, search
 
Line 9: Line 9:
 
Some helpful references on LaTeX coding:
 
Some helpful references on LaTeX coding:
 
* https://en.wikibooks.org/wiki/LaTeX/Mathematics
 
* https://en.wikibooks.org/wiki/LaTeX/Mathematics
 +
* http://latex.wikia.com/wiki/List_of_LaTeX_symbols
 
* http://www.physicsforums.com/misc/howtolatex.pdf
 
* http://www.physicsforums.com/misc/howtolatex.pdf
 
* http://arachnoid.com/latex/
 
* http://arachnoid.com/latex/
 
* http://www.numberempire.com/texequationeditor/equationeditor.php
 
* http://www.numberempire.com/texequationeditor/equationeditor.php
 
* http://www.sciweavers.org/free-online-latex-equation-editor
 
* http://www.sciweavers.org/free-online-latex-equation-editor

Latest revision as of 21:11, 26 February 2014

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: