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
- You may rather use the tag "m" instead of "latex". Works too and seems easier. http://www.xm1math.net/phpmathpublisher/doc/help.html — 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 — 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 — Jonas Lähnemann 2009/03/23 12:25
notes_and_tricks.txt · Last modified: 2009/03/27 09:32 by laehnemann