[latex2html] Re: [l2h] \cfrac

Ross Moore Ross Moore <ross@ics.mq.edu.au>
Fri, 22 Dec 2000 19:15:34 +1100 (EST)


> Hello.
> 
> There is a problem with \cfrac.
> 
> --------
> \documentclass{article}
> \usepackage{amsmath}
> \begin{document}
> $$
> \cfrac{1}{2}
> $$
> \end{document}
> --------
> 

Try making the following edit in  amsmath.perl :

Change the line:

cfrac # <<\\endcfrac>>

to read

#cfrac # <<\\endcfrac>>
cfrac # [] # {} # {}

The old AmSTeX notation is no longer used,
so this change will adapt to the new argument structure,
keeping the old line commented, in case you wish to undo the change.

You may also wish to add the following:

genfrac # {} # {} # {} # {} # {} # {}

immediately before or after the cfrac line.


If this doesn't work then there is some other problem.
Please report what you find.


Hope this helps,

	Ross Moore