Main Page

From NMS
Revision as of 02:16, 17 January 2006 by 147.32.115.148 (Talk) (Syntax highlighting)

Jump to: navigation, search

Wiki software successfully installed.

Please see documentation on customizing the interface and the User's Guide for usage and configuration help.

Official pages

Quick links

Special:Allmessages MediaWiki:Sidebar Main Page

Tests

Formating

Lists

  • item 1
  • item 2
  • item 3
  1. item 1
  2. item 2
  3. item 3
  • item 1
    • subitem 1
    • subitem 2
      • subsubitem 1
      • subsubitem 2

Links

Tables

Preformated

Extensions

LaTeX

<math>\alpha, \beta, \gamma, ...</math>

<math>x^2+y^2=z^2</math>

<math>\sum_{i=0}^100 i</math>

<math>\int_0^{10} x=[\frac{1}{2}*x^2]_0^{10}</math>

Syntax highlighting

<bash>

  1. !/bin/sh

echo "this is a test" </bash>