Created attachment 109060 [details] result of incorrect delimiter in matrices Exporting matrices to lateX generates wrong encoded code for matrices: While exporting to lateX cantor writes & as delimiter instead of & into the generated teX-file. LateX understands the & as the delimiter but prints out the remaining amp; (see attachment).
which backend did you use?
I think, this is Maxima backend, and I confirm this bug.
Git commit c1c3c209b82b4891a00b2ba8cfc0b75b8cf30989 by Nikita Sirgienko. Committed on 09/05/2018 at 21:32. Pushed by sirgienko into branch 'master'. Improve LaTeX worksheet export Summary: Remove unused filter, add extention for exported file, if it not setted, set correct xml attribute for latexresult and add decoding HTML '&', '>', '<' characters to valid for LaTeX characters FIXED-IN: 18.04.2 Test Plan: 1) Write Maxima worksheet with matrixs and comparison operations. 2) Export the worksheet to LaTeX 3) See tex output and check, that the result is incorrect for LaTeX 4) Apply the patch 5) Export again and check, that now the result is correct and may be builded with LaTeX Reviewers: #cantor, asemke Reviewed By: #cantor, asemke Subscribers: kde-edu, asemke, #cantor Tags: #kde_edu, #cantor Differential Revision: https://phabricator.kde.org/D12767 M +4 -3 src/cantor_part.cpp M +1 -1 src/lib/latexresult.cpp M +4 -1 src/worksheet.cpp https://commits.kde.org/cantor/c1c3c209b82b4891a00b2ba8cfc0b75b8cf30989
Git commit c87f658564045387cb5e2426cce59a6973300196 by Alexander Semke, on behalf of Nikita Sirgienko. Committed on 03/06/2018 at 08:26. Pushed by asemke into branch 'Applications/18.04'. Improve LaTeX worksheet export Summary: Remove unused filter, add extention for exported file, if it not setted, set correct xml attribute for latexresult and add decoding HTML '&', '>', '<' characters to valid for LaTeX characters FIXED-IN: 18.04.2 Test Plan: 1) Write Maxima worksheet with matrixs and comparison operations. 2) Export the worksheet to LaTeX 3) See tex output and check, that the result is incorrect for LaTeX 4) Apply the patch 5) Export again and check, that now the result is correct and may be builded with LaTeX Reviewers: #cantor, asemke Reviewed By: #cantor, asemke Subscribers: kde-edu, asemke, #cantor Tags: #kde_edu, #cantor Differential Revision: https://phabricator.kde.org/D12767 M +4 -3 src/cantor_part.cpp M +1 -1 src/lib/latexresult.cpp M +4 -1 src/worksheet.cpp https://commits.kde.org/cantor/c87f658564045387cb5e2426cce59a6973300196