Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
playground:playground [2010/12/06 16:34] oezboyaciplayground: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  for displayed LaTeX-math [ddollar]
 +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:
 +    <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
 +Type:
 +    syntax
 +
 +Examples:
 +$$a&=&\frac{a}{c}\times b\times a$$ another way to say $c=b$ $a\times u\times b$ 
  
 ==== Google Charts ==== ==== Google Charts ====
Line 143: Line 193:
  
 <code>{{media}}</code> <code>{{media}}</code>
 +
 +==== Sortable Tables ====
 +<sortable>
 +^Col1^Col3^Col3^
 +|1|one|25/12/2008|
 +|2|two|10/12/2008|
 +</sortable>
 +https://www.dokuwiki.org/plugin:sortablejs
 +
 +<sortable 2>
 +^Column 1^Column 2^Column 3^
 +|1|Row one|first| 
 +|2|Row two|second| 
 +|3|Row three|third| 
 +</sortable> 
 +
 +See more at: http://docs.oseems.com/general/web/dokuwiki/sort-table#sthash.y7WrsHTE.dpuf
 +
 +
 +<sortable>
 +^Col1^Col3^Col3^
 +|1|one|25/12/2008|
 +|2|two|10/12/2008|
 +</sortable>
 +
Navigation
Print/export