Home/ opensource/ gsoc2007

Google Summer of Code 2007

I'll write an Latex Plugin for ikiwiki, and here you'll find some testcases for it:

  • Does it parse [ and ] correctly?

    \ce{[Cu(NH3)3]^{2+}}

  • Does it parse < and > correctly?

    \frac{1}{2} > \frac{1}{4} < \frac{1}{3}

  • Does it parse $ correctly (the € symbol is sadly not know to latex)?

    50\$ = \frac{50}{1.38} = 36.23 Eur

  • Now here some more formulas (for people who are interested in the meaning of them... this are all formulas used in physical chemistry.

    E_n = \left( v + \frac{1}{2} \right) \cdot \hbar \omega
    \omega=\sqrt{\frac{k}{m}}
    E = - \frac{Z^2 \cdot \mu \cdot e^4}{32\pi^2 \epsilon_0^2 \hbar^2 n^2}

  • Image resizing does work now (possible are: 8pt; 9pt; 10pt; 11pt; 12pt; 14pt; 17pt; 20pt):

    • Without height (default height (12pt):

    \frac{1}{3}

    • With height=9 (9pt):

    \frac{1}{3}

    • With height=20 (20pt):

    \frac{1}{3}

    • With height=6 (6pt):

    \frac{1}{3}

  • Have a look if the error I found in the last version is fixed now

    \ce{Mn^{2+} + 2O2- -> MnO_4^- + 5e-}

  • Just an example formula with forbidden stuff:

    [[!teximg Fehler: ]]

As you see this plugin works fine, and was included into ikiwiki right after the Google Summer of Code last year (2007). If you would like to use it, you'll have to enable the teximg plugin in your .setup file.
Last edited Fr 20 Feb 2009 10:00:39 CET