Help:Contents

From Math Wiki

Jump to: navigation, search

Contents

All The Math Symbols

How to make sweet looking math symbols. Or edit a page with math symbols in it to see how someone else did it.

Program for Math Symbols

Examples of Math Symbols

Click on 'edit' to see what to type in to get these symbols.

  • \sqrt{2}
  • \sum_{m=1}^\infty\sum_{n=1}^\infty\frac{m^2\,n} {3^m\left(m\,3^n+n\,3^m\right)}
  • \frac{{ - b \pm \sqrt {b^2  - 4ac} }}{{2a}}
  • Failed to parse (PNG conversion failed; check for correct installation of latex, dvips, gs, and convert): \alpha


Making math symbols show up as a picture instead of little html text

If you you have a formula that you type in like <math>a^2+b^2=c^2</math> it will show up like:

a2 + b2 = c2

True, it will look ok but it is small and is rendered in html while all other formulas are rendered as a png image. So to force it to render as a png file you need to add \,\! right before the </math> tag. So it should look like this in your code: <math>a^2+b^2=c^2 \,\!</math>, which will make it look like:

a^2+b^2=c^2 \,\!

You should also add this line of code above your <math> tags so someone knows not to erase the necessary code.

<!-- The \,\! is to keep the formula rendered as PNG instead of HTML. Please don't remove it.-->

How to add video

  • Youtube --> Typing this {{#ev:youtube|dMH0bHeiRNg}} will add this video:


  • Google Video --> Typing this {{#ev:googlevideo|-7732152550021606360}} will add this video:


Examples

With indent and bullet (Different sized heading)

  • I'm green
  • I'm green
  • I'm green

Without indent (Different sized heading)

I'm green I'm green I'm green

Indent (Different sized heading)

Indent
  • Indent with bullet
  1. Indent with number
  2. Indent with next number
  • Double indent with bullet

Contributors

Mr. H

Personal tools