Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| playground:playground [2010/10/15 08:51] – richter | playground:playground [2014/03/20 13:34] (current) – [Sortable Tables] richter | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== PlayGround ====== | ====== PlayGround ====== | ||
| + | |||
| + | ==== Latex Plugin ==== | ||
| + | Components | ||
| + | |||
| + | Name: | ||
| + | LaTeX plugin administration | ||
| + | Type: | ||
| + | admin | ||
| + | |||
| + | Name: | ||
| + | $$...$$ syntax | ||
| + | Type: | ||
| + | syntax | ||
| + | |||
| + | Name: | ||
| + | \begin{displaymath} ... \end{displaymath} syntax [displaymath] | ||
| + | Type: | ||
| + | syntax | ||
| + | |||
| + | Name: | ||
| + | $...$ syntax for inline LaTeX-math [dollar] | ||
| + | Type: | ||
| + | syntax | ||
| + | |||
| + | Name: | ||
| + | \begin{eqnarray} ... \end{eqnarray} syntax [eqnarray] | ||
| + | Type: | ||
| + | syntax | ||
| + | |||
| + | Name: | ||
| + | \begin{eqnarray*} ... \end{eqnarray*} syntax [eqnarraystar] | ||
| + | Type: | ||
| + | syntax | ||
| + | |||
| + | Name: | ||
| + | \begin{equation} ... \end{equation} syntax [equation] | ||
| + | Type: | ||
| + | syntax | ||
| + | |||
| + | Name: | ||
| + | \begin{equation*} ... \end{equation*} syntax [equationstar] | ||
| + | Type: | ||
| + | syntax | ||
| + | |||
| + | Name: | ||
| + | < | ||
| + | Type: | ||
| + | syntax | ||
| + | |||
| + | Examples: | ||
| + | $$a& | ||
| + | |||
| ==== Google Charts ==== | ==== Google Charts ==== | ||
| Line 141: | Line 193: | ||
| < | < | ||
| + | |||
| + | ==== Sortable Tables ==== | ||
| + | < | ||
| + | ^Col1^Col3^Col3^ | ||
| + | |1|one|25/ | ||
| + | |2|two|10/ | ||
| + | </ | ||
| + | https:// | ||
| + | |||
| + | < | ||
| + | ^Column 1^Column 2^Column 3^ | ||
| + | |1|Row one|first| | ||
| + | |2|Row two|second| | ||
| + | |3|Row three|third| | ||
| + | </ | ||
| + | |||
| + | See more at: http:// | ||
| + | |||
| + | |||
| + | < | ||
| + | ^Col1^Col3^Col3^ | ||
| + | |1|one|25/ | ||
| + | |2|two|10/ | ||
| + | </ | ||
| + | |||