publish(“script.m”) produces script.html, as expected.
publish(“script.m”,“pdf”) produces *.jpg of the plots, as expected, but fails to produce script.pdf. It does, however, produce the file script.tex.
It seems that that is not the only problem. I uninstall the flatpak Octave. Then I successfully built and installed my own copy of Octave. The only build fails were expected (XFAIL). Still cannot publish using the “PDF” format.
>> publish("Assignment_5a.m","pfd");
error: publish: Custom output format "pfd" requires the formatter function:
__publish_pfd_output__
Yes, it is my script. I originally had some Greek character on the comments, but I removed them thinking they might be the source of the error. Assignment_5a.log (23.1 KB)
Marvelous Dmitri!!! Thank you, and Kai as well. The evil text in question was copied from the problem definition put out by my instructor. I will give him appropriate feedback. Thanks, again.