Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| notes_and_tricks [2009/03/23 11:27] – laehnemann | notes_and_tricks [2009/03/27 09:32] (current) – laehnemann |
|---|
| ====== Wikitricks ====== | ====== Wikitricks ====== |
| |
| | You can add footnotes 1) by using double parentheses. |
| | <code>You can add footnotes ((This is a footnote)) by using double parentheses.</code> |
| ==== Math ==== | ==== Math ==== |
| |
| More in [[http://wiki.erazor-zone.de/doku.php?id=wiki:projects:php:dokuwiki:plugins:latex]] | 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// | //[[praktikum@physik.fu-berlin.de|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!) --- //[[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// | * 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 ==== | ==== Tables ==== |