On Mon, Jun 13, 2005 at 11:38:48PM -0700, Lee Daniel Crocker wrote:
On Mon, 2005-06-13 at 22:48 -0700, Brion Vibber wrote:
I really don't want to use curlies for inclusions, because it makes short equations a pain,
I'm not sure I understand why that is. Can you give an example?
TeX uses curlies, so something like a continued fraction will have two close-braces, confusing the parser:
x = a_0 + \cfrac{1}{a_1 + \cfrac{1}{a_2 + \cfrac{1}{a_3+,\cdots}}}
(This is the first equation in the article "continued fraction".
We could put TeX in <math> </math> tags or something ...