MATLAB: How to publish results from MATLAB script with Greek letters and differentiation notation.

differentiation notationgreek lettersMATLABmatlab live scriptnotationpublishresults

When I run my script results in Matlab live script it gives me a nicely written result as this:
live.png
but when I want to publish it and get it in .pdf with the command:
publish('file_name.mlx','pdf')
I get a .pdf file with this kind of a notation
pdf.png
Is there a way so I can get a .pdf or .doc file with a notation from Matlab live script?

Best Answer

Hey Marko,
In addition to @Isakson's note, these write-ups could be of use to you -
Hope this helps!
Related Question