I have some MATLAB code in my tex file, which I am highlighting with the listings package. However, there are some functions, such as "vision.CascadeObjectDetector", "imcomplement", "bwboundaries", "imcrop" that the listings package is not highlighting as functions. Is there any way I can add these functions manually?
Thank you
emphandemphstylekeys. Example:\lstset{emph=CascadeObjectDetector,emphstyle=\itshape}. – jub0bs Apr 15 '15 at 17:45matlab-prettifierpackage, which sets uplistingsfor highlighting MATLAB code; see this answer. – jub0bs Apr 15 '15 at 17:46