~peterpall/maxima/+git/maxima.code:rtoy-fix2-sec-csch

Last commit made on 2022-01-22
Get this branch:
git clone -b rtoy-fix2-sec-csch https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-fix2-sec-csch
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

94cad85... by Raymond Toy <email address hidden>

Fix a few grammatical issues in the comments.

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

Replace asinh(big) with the actual value for clisp.

Clisp cannnot compute asinh(most-positive-double-float), so replace it
with the actual value. Same goes for acosh.

Also fix a typo in acsch. We want sqrt(eps), not 1/sqrt(eps).

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

Merge branch 'master' into rtoy-fix2-sec-csch

5fbcfe5... by Wolfgang Dautermann <email address hidden>

Fix building PDF manuals for non-english languages.

"category-macros.texi" was not found, as it is in the
parent directory.
I am not really happy with that patch, as it is another
'breakage' for out-of-source builds, but found no better
solution.
Setting TEXINPUTS to set the search path for
"category-macros.texi" or including it not from the parent
directory (../) but from the real directory where it
resides (e.g. $top_srcdir/doc/info/category-macros.texi)
would be better, but I have no idea how to teach GNU
autoconf/automake how to do that. Sorry.

The PDFs for japanese and russian translation do not
compile, but these are other problems (some referenced
files does not exist (eg. Simplification.texi for russian,
should we use the english files in the meantime?) and
probably some font problems).

752f783... by Robert Dodier <email address hidden>

Fix up makeinfo warnings for Japanese documentation.

 * doc/info/ja/Evaluation.texi: cut out misplaced @node
 * doc/info/ja/Integration.texi: correct @anchors
 * doc/info/ja/{Plotting,dynamics,implicit_plot}.texi:
       try to fix up figures; cut out some which don't exist anymore
 * doc/info/ja/draw.texi: fix up @menu
 * doc/info/ja/to_poly_solve.texi: put @item in @itemize which need it

bed4adc... by Wolfgang Dautermann <email address hidden>

Correct path to figure in Numerical.es.texi.

c411758... by kjak

Fix a couple of typos in Simplification.texi

d109060... by kjak

Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code

dbfdb20... by Robert Dodier <email address hidden>

In doc/info build for non-English languages, add maxima_toc.html
to list of files for distribution.

This seems to be enough to cause the HTML documentation
to be built and included in the tar.gz file.

748a551... by Robert Dodier <email address hidden>

Remove all files in doc/info/it (directory for Italian translation).

The directory only contained placeholder stubs; there was no
actual translated documentation there.