====== Wikinotes ======
* Please, add your comments about how to improve the organization of the Praktikum docuwiki. --- //[[praktikum@physik.fu-berlin.de|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:
öäüß
\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}\;
outputs the following formatted text\\
öäüß\\
\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}\;
More in [[http://wiki.erazor-zone.de/doku.php?id=wiki:projects:php:dokuwiki:plugins:latex]]
//[[praktikum@physik.fu-berlin.de|Administrator]] 2008/09/16 09:55//
$\begin{align*} ... \end{align*}$
will make the formula bigger for formulas which are set apart (the whitespaces between "latex" and $ are important!) --- //[[laehne@physik.fu-berlin.de|Jonas Lähnemann]] 2009/03/26 16:41//
* You may rather use the tag "m" instead of "latex". Works too and seems easier. [[http://www.xm1math.net/phpmathpublisher/doc/help.html]] --- //[[praktikum@physik.fu-berlin.de|Administrator]] 2008/09/18 10:02//
* The latter doesn't look as good; on the other hand "latex" sets the inline math-text a little higher than the rest --- //[[laehne@physik.fu-berlin.de|Jonas Lähnemann]] 2009/03/26 15:50//
==== 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#Tables]] --- //[[laehne@physik.fu-berlin.de|Jonas Lähnemann]] 2009/03/23 12:25//