Help:Contents
From Math Wiki
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
- Here is a program that you can create formulas/equations with. It will export your math formulas for you. When you download it you need to unzip it. To run the program you need to go inside the "applet" folder and then open the "Latex" file. It will then open a web page and you can start entering your formulas. Then click the "Render Latex" button and then copy and paste the text after the "Latex Syntax:" text. You will then have the sweet formulas below show up.
Examples of Math Symbols
Click on 'edit' to see what to type in to get these symbols.
- 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:
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
- Indent with number
- Indent with next number
- Double indent with bullet
