- 10,266
- 45
Okay guys, now [ itex ] ... [ /itex ] is equivalent to [ tex ]\inline{...}[ /tex ].
Have fun.
- Warren
Have fun.

- Warren
All LaTeX is "missing" this character. The Greek omicron is exactly the same as the Roman 'o,' and thus has no special \omicron command. Just use 'o.' It's the same story with \Alpha and \Rho and so on.Originally posted by Loren Booda
This LaTeX seems to be missing the Greek letter "omicron."
Originally posted by Hurkyl
One should probably use \mathbb{N}/\mathbb{N} style fractions in inline text anyways, but a bug is still a bug!
Originally posted by chroot
Mainly because the environment is not called multiline, it's called multline (without the 'i'). Try this:
Originally posted by phnatomAI
Wow this is awesome, but is there a sperate program or way that I can do the Math Typesetting offline or find it as a standard software? I would like to be able to type out some mathematical notes for my self since my hand writing is a bit sloppy and my notebook becomes incoherent...
Originally posted by master_coda
You can use MiKTeX if you use Windows. If you use Linux, your distro should already have TeX and LaTeX software.
Originally posted by phnatomAI
I installed it but how do I use it? Do I just go to notepad and type up and save it as a .dvi file?
Not yet. I have considered adding the feynmf package, but, since it uses metafont, it would involve adding an additional stage to the image generation process. I'm not sure I want to go through all that trouble!Originally posted by lethe
can we make feynman diagrams?
Originally posted by chroot
Not yet. I have considered adding the feynmf package, but, since it uses metafont, it would involve adding an additional stage to the image generation process. I'm not sure I want to go through all that trouble!
- Warren
Originally posted by Hurkyl
You know, it doesn't all have to be written on one line.
Originally posted by master_coda
If you want choose notation, just use
\binom{n}{m}=\binom{n}{n-m}
Originally posted by master_coda
You do it like this:
That sort of output IS generated by the latex program itself -- but getting that parsed into the PHP output would be a bear, basically.Originally posted by Bob3141592
I see. The \left and \right are generic, and you ave to supply the character specific delimiter following.
Thanks again!
I do wish LaTex had error messages, giving hints aout why it's parser is bailing out, but I guess that's a bit much to ask for. Ah well, if it was easy, anybody could do it.![]()