MATLAB: Publish error after editing publish.m

errorMATLAB

Hello,
After changing font size in (publish.m) using this method I got an error when I try to publish anything
Error using publish
The specified stylesheet,
"/Users/Username/Documents/MATLAB/private/mxdom2docbook.xsl",
does not exist.
Error in publish
Error in mdbpublish (line 55)
outputPath = publish(file,
options);
Error using open (line 68)
NAME must contain a single string.
Version Matlab_R2016a on MAC High Sierra.
Please help

Best Answer

I found the solution.
Just I deleted (publish.p) from (User/Username/Documents/MATLAB)
Related Question