You can find a fairly up-to-date version here for the special functions: https://maxima.common-lisp.dev/docs/maxima_77.html
It's a few days out of date but I'll be updating in the next few days with the fixed html code. You might also look at the elliptic functions/ integrals, orthopoly section and the distrib section. 6.8 helped quite a bit but even with 6.7 we were able to render Mathjax nicely. On Sun, Jul 24, 2022, 8:56 AM Gavin Smith <[email protected]> wrote: > On Sun, Jul 24, 2022 at 08:30:47AM -0700, Raymond Toy wrote: > > On Sun, Jul 24, 2022 at 3:58 AM Gavin Smith <[email protected]> > > wrote: > > > > > On Fri, Jul 22, 2022 at 02:58:21PM -0700, Raymond Toy wrote: > > > > I'm getting a funny line break when displaying MathJax inline > formulas on > > > > an html page. The TeX version doesn't have a line break. > > > > > > > > It's part of a much larger document from maxima, but the relevant > part is > > > > given below. On the html page, there's a line break before "is the > > > > solution subject". All the other parts have no unexpected line > breaks. > > > > Other than that, the formulas and everything display very nicely. > > > > > > > > This is with texinfo 6.8. > > > > > > > > > > The problem is that you are using @html as well as @ifhtml. If you > > > take the @html lines out the results are good. > > > > > Indeed it does. Thanks! > > > > This example comes from maxima, and before the manual was updated to use > > texinfo 6.8, the @html block contained html that contained the mathjax > > formula to be shown. Since it mostly worked when the formula was updated > > to use @math{}, I didn't think about it. It should all be fixed now. > > I'm looking forward to seeing the Maxima manual on the web with proper > math rendering! >
