I'm new to LaTeX, and I can't work out why I'm getting a warning when adding a package I downloaded (from the MATLAB website called mcode.sty).
Here is my code, \usepackage{myFolder/mcode}. I put mcode.sty in the myFolder folder. For some reason, I get the following error:
LaTeX Warning: You have requested package `matlabAssignment1/mcode'
Am I doing something wrong, or is it the program (I'm using Texmaker).
mcode.styor put the filemcode.styin the same folder as your.texfile. – Mar 13 '12 at 04:26mcode.styneeds to specifyProvidesPackage{myFolder/mcode}. – Peter Grill Mar 13 '12 at 04:29matlab-prettifierpackage; see this answer. – jub0bs Apr 28 '14 at 16:33