User Tools

Site Tools


notes_and_tricks

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
Last revisionBoth sides next revision
notes_and_tricks [2008/09/16 07:58] wikiadminnotes_and_tricks [2009/03/26 15:46] laehnemann
Line 2: Line 2:
  
     * 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//     * 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.
 +<code>You can add footnotes ((This is a footnote)) by using double parentheses.</code>
 +==== Math ====
  
- +  * Wanna insert math? Use LaTeX. Just use the "latex" tag, wie so:
- +
-====== Wikitricks  ====== +
-   +
-  - Wanna inset math? Use LaTeX. Just use the "latex" tag, wie so:+
  
   <latex>öäüß</latex>   <latex>öäüß</latex>
Line 19: Line 19:
   </latex>   </latex>
  
-outputs\\+outputs the following formatted text\\
  
 <latex>öäüß</latex>\\ <latex>öäüß</latex>\\
Line 31: Line 31:
  
 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//
 +
 +  <latex> $ ... $ </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//
 +  * 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.
 +
 +<code>
 +^ 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        |
 +</code>
  
-There is other method. See [[http://www.dokuwiki.org/plugin:math2]] +More in [[http://www.dokuwiki.org/syntax#Tables]]  --- //[[laehne@physik.fu-berlin.de|Jonas Lähnemann]] 2009/03/23 12:25//
-//This is an advice of your//  --- //[[praktikum@physik.fu-berlin.de|Administrator]] 2008/09/16 09:55//+
notes_and_tricks.txt · Last modified: 2009/03/27 09:32 by laehnemann

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki