It's not a bug of imaxima. It's behaviour of the counter variable MaxMatrixCols defined in amsmath package. Its default value is 10. If you need, say, 15 cols, issue the instruction \setcounter{MaxMatrixCols}{15} I think this is answered in previous message. Best, Jinsong On 2025/1/19 12:40, dao via Maxima-bugs wrote: The contents of the file 1.tex as follows: \documentclass[11pt,leqno]{article} % mylatex \setlength{\textwidth}{205mm} \begin{document} \pagecolor[rgb]{0.062745,0.235294,0.282353} \pagestyle{empty}...
imaxima could not display image with Emacs 29.1
The similar LaTeX error reported by me has been fixed in the git source. Please check the contents in "Temp dir" whether there exist format.tex and mylatex.fmt. Best, Jinsong On 2020/12/13 4:09, Robert Dodier via Maxima-bugs wrote: labels: --> imaxima [bugs:#3687] https://sourceforge.net/p/maxima/bugs/3687/ LaTeX error in: ... Status: open Group: None Labels: imaxima Created: Sat Dec 12, 2020 04:13 AM UTC by Tim Magnus Berghoff Last Updated: Sat Dec 12, 2020 04:41 PM UTC Owner: nobody Attachments:...
incomplete example of unorder in Expression.texi
I don't know how to merge them. The patch here is superior to that in bug 3613. The patch in bug 3613 is a workaround and may be wrong since flexisym package should be load before breqn package according to the document of breqn package. The patch here is surely correct to solve the bug reported in bug 3613. Thanks.
patch to imaxima for fixing LaTeX error
I have seen the patch is commit to the source code. In such case, the mmref.tex and maxima_pdf.texi in the info directory should be removed. Furthermore, the Makefile and friends also need to change correspondingly. However, I don't I don't understand them. Best, Jinsong
patch to mmref, and removing mmref.tex and maxima_pdf.texi from info directory