User Tools

Site Tools


notes_and_tricks

Table of Contents

Wikinotes

  • Please, add your comments about how to improve the organization of the Praktikum docuwiki. — Administrator 2008/09/16 09:55

Wikitricks

You can add footnotes 1) by using double parentheses.

You can add footnotes ((This is a footnote)) by using double parentheses.

Math

  • Wanna insert math? Use LaTeX. Just use the "latex" tag, wie so:
<latex>öäüß</latex>
<latex>
  \frac{3}{4 \pi}   \sqrt{4 \cdot x^2   12}\\
  \lim_{n \to \infty}
  \sum_{k=1}^n \frac{1}{k^2} = \frac{\pi^2}{6}\\
  \it{f}(x) = \frac{1}{\sqrt{x} x^2}\\
  e^{i \pi} + 1 = 0}\;
</latex>

outputs the following formatted text


More in http://wiki.erazor-zone.de/doku.php?id=wiki:projects:php:dokuwiki:plugins:latex Administrator 2008/09/16 09:55

<latex> $\begin{align*} ... \end{align*}$ </latex>

will make the formula bigger for formulas which are set apart (the whitespaces between "latex" and $ are important!) — Jonas Lähnemann 2009/03/26 16:41

Tables

DokuWiki supports a simple syntax to create tables.

Heading 1 Heading 2 Heading 3
Row 1 Col 1 Row 1 Col 2 Row 1 Col 3
Row 2 Col 1 some colspan (note the double pipe)
Row 3 Col 1 Row 2 Col 2 Row 2 Col 3

Table rows have to start and end with a | for normal rows or a ^ for headers.

^ Heading 1      ^ Heading 2       ^ Heading 3          ^
| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        |
| Row 2 Col 1    | some colspan (note the double pipe) ||
| Row 3 Col 1    | Row 2 Col 2     | Row 2 Col 3        |

More in http://www.dokuwiki.org/syntax#TablesJonas Lähnemann 2009/03/23 12:25

notes_and_tricks.txt · Last modified: 2009/03/27 09:32 by laehnemann

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki