-----
 
-Matlab is an excellent match for Condor. Millions of Matlab jobs, possibly tens of millions, have been successfully run under Condor over the years.  The specifics of working with Matlab will vary from site to site, but here are some general guidelines.
+MATLAB is an excellent match for Condor. Millions of MATLAB jobs, possibly tens of millions, have been successfully run under Condor over the years.  The specifics of working with MATLAB will vary from site to site, but here are some general guidelines.
 
-This assumes basic familiarity with Matlab and Condor. It assumes that you can set up and maintain at least a small Condor pool.
+This assumes basic familiarity with MATLAB and Condor. It assumes that you can set up and maintain at least a small Condor pool.
 
 {section: Licensing}
 
-Perhaps the biggest challenge to running Matlab under Condor is licensing. Matlab is proprietary software with strict licensing terms.  You might have one or two licenses for your desktop computers, but to run hundreds of simultaneous Matlab jobs you would require hundreds of licenses.
+Perhaps the biggest challenge to running MATLAB under Condor is licensing. MATLAB is proprietary software with strict licensing terms.  You might have one or two licenses for your desktop computers, but to run hundreds of simultaneous MATLAB jobs you would require hundreds of licenses.
 
-Your institution may already have acquired suitable licensing for Matlab.  If you have a fixed number of licenses available, Condor's {link:http://www.cs.wisc.edu/condor/manual/v7.6/3_13Setting_Up.html#sec:Concurrency-Limits Concurrency Limit support} can help.
+Your institution may already have acquired suitable licensing for MATLAB.  If you have a fixed number of licenses available, Condor's {link:http://www.cs.wisc.edu/condor/manual/v7.6/3_13Setting_Up.html#sec:Concurrency-Limits Concurrency Limit support} can help.
 
-Another option is the Matlab Compiler.  The Matlab Compiler is an optional toolbox for Matlab.  In general, executables created with the Matlab Compiler are not subject to Matlab's license; you are free to run as many in parallel as possible. (_Check your Matlab licensing to confirm this._)
+Another option uses the MATLAB Compiler to create an executable that can be run with the MATLAB Compiler Runtime (MCR).  The MATLAB Compiler is an optional toolbox for MATLAB.  In general, executables created with the MATLAB Compiler are not subject to MATLAB's license; you are free to run as many in parallel as possible. _Check your MATLAB licensing to confirm this._
 
-If you are using third party Matlab add-ons, you will need to check the licensing on them as well.
+If you are using third party MATLAB add-ons, you will need to check the licensing on them as well.
 
 
 {section: Executables}