Question: Maple 2024 ellipsis (three dots) in 3x4 matrix only when printing or saving as a PDF

In Maple 2024, using commands like 
with(LinearAlgebra):
M := Matrix([[1, 2, 3, 10], [4, 15, 6, 7], [0, 0, 0, 0]]);
ReducedRowEchelonForm(M);

we see output of the 3x4 matrices fine at first, but when I and my students try to print or save to a PDF, ellipsis (three dots) sometimes show up in the bottom row. I checked the settings for elision and they are as usual. This is only when trying to print---the ellipsis show up in both the Maple file and the printed copy. We've tested on both Mac and PC. This did not happen in Maple 2023.

I have side-by-side comparisons in an image below: the Maple looking fine before we try to print or save as a PDF, what happens in the Maple file after with the bottom row, and the elision settings. Any help would be greatly appreciated as we would like the full matrices to show up in printing or a PDF we save to.

Please Wait...