~peterpall/maxima/+git/maxima.code:rtoy-m4-math-adds-info-math

Last commit made on 2022-08-07
Get this branch:
git clone -b rtoy-m4-math-adds-info-math https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-m4-math-adds-info-math
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

e657dea... by Raymond Toy <email address hidden>

Remove @math in the second arg in m4_math calls.

This is automatically done by m4_math now.

a78bba5... by Raymond Toy <email address hidden>

Remove @math in the second arg in m4_math calls.

This is automatically done by m4_math now.

6d21a96... by Raymond Toy <email address hidden>

m4_math automatically adds @math for info

Previously, calls to m4_math typically had @math{foo} for the info
arg. Now, let m4_math automatically add @math for the info arg. This
will allow use to define m4_mathdot to place a dot after the arg so it
doesn't have to be done manually. This is analogous to mref, mrefdot,
and mrefcomma.

6629fad... by Raymond Toy <email address hidden>

Add description of the behavior of Ai(x) and Bi(x)

As mentioned by Michel Talon, we should say a little more about the
behavior of Ai(x) and Bi(x) which makes them the desired solutions of
the differential equation. Both are oscillatory for x < 0. Ai(x)
approaches 0 as x -> inf. Bi(x) is unbounded as x->inf.

b13cf0b... by Raymond Toy <email address hidden>

Fix bad formatted output for scaled_bessel_i

The definition for scaled_bessel_i was causing a line break. To
simplify things, let's just make it a displayed equation instead an
inline equation.

48e2af8... by "Viktor T. Toth" <email address hidden>

Fixed a mistyped index in the definition of frame_bracket in ctensor.

6345f7b... by PeterPall

Tried to update the wxWidgets version for the nightly build

11086a5... by Raymond Toy <email address hidden>

Add build-html-index.lisp to dependency for maxima-index-html.lisp

We want to rebuild maxima-index-html.lisp if build-html-index.lisp
changes since that can change the index file.

4178b0c... by Raymond Toy <email address hidden>

Handle fnindex entries better

Previously, fnindex entries in the HTML file looked like
"Logical-conjunction-1". We replaced the dashes with spaces to get an
key of "Logical conjunction 1". However, "?? logical con" lists
"Logical conjuction <1>", and we converted " <1>" to "-1" before
passing it on. This works for other entries but not fnindex.

To make it work, we need to put back the dash so that the key is
"Logical conjuction-1".

a7d92f0... by PeterPall

Made our MathJaX equations work with embedded browsers, too.

For some reason edge and webkit both seem to need a polyfill,
if embedded in order to show beautiful MathJaX maths.