maxima:rtoy-m4-mathjax

Last commit made on 2019-01-19
Get this branch:
git clone -b rtoy-m4-mathjax https://git.launchpad.net/maxima

Branch merges

Branch information

Name:
rtoy-m4-mathjax
Repository:
lp:maxima

Recent commits

4076c2e... by Raymond Toy <email address hidden>

Merge branch 'master' into rtoy-m4-mathjax

2ee4efc... by Raymond Toy <email address hidden>

Update texi2html.init for makeinfo

makeinfo doesn't seem to support how texi2html.init was setting up
EXTRA_HEAD.

I'm not really sure I did it right (because I don't know perl and
because it's not really documented anywhere), but this seems to work.
You can check that it worked because just before the </head> in any
html file, you can find

<link rel="icon" href="figures/favicon.ico">

Also updated configure.ac to simplify mathjax_script to make perl
string quoting a little simpler.

This also means you need to run bootstrap for this to work.

531af04... by Raymond Toy <email address hidden>

Merge branch 'master' into rtoy-m4-mathjax

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

Merge branch 'master' into rtoy-m4-mathjax

8b77b1b... by Wolfgang Dautermann <email address hidden>

Windows installer: Update help text for the maxima_longnames program.

So that the task of the program is - hopefully - clearer
(and the checksum of the program changes. It was marked by some
antivirus programs recently (a false positive, it does *not*
contain dangerous code).

3bd4734... by PeterPall

Revert "doc/info: Corrected the RegEx that searches for the file containing the toc"

After running ./bootstrap and ./configure again the old RegExp
works for me, too.

This reverts commit 40455edd2d137f28eac1c32b619f89306b0aea41.

105ab4a... by PeterPall

Revert "doc/info: A better marker for the build being already completed"

After running configure and bootstrap again the documentation
starts with maxima_0.html for me, too.

This reverts commit 9088ca4ef203008234fe55c0078f921e54cc1b26.

bdf73e5... by PeterPall

share testsuite: Documented the new test for mnewton

Will revise this documentation once the coerce-float-fun
problem is resolve.

564bee5... by PeterPall

Share testsuite: Corrected the new test for mnewton

In retrospect I cannot tell why this test ever did pass for me.

237d142... by PeterPall

doc/info/README: Documented what the .h?? files are here for.