问题
I am attempting to publish some Octave code as a PDF, however, I keep on getting the same error message:
'pdflatex' is not recognized as an internal or external command,
operable program or batch file.
I have also downloaded MikTex now but it still does work when I use the command
options.format='pdf';
options.showCode = false;
publish('document1.m',options)
Why is this not working?
来源:https://stackoverflow.com/questions/61815611/pdflatex-to-convert-octave-code-into-pdf-documents