home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / MathLink / MLExample_4.tm < prev    next >
Encoding:
Text File  |  1992-05-27  |  288 b   |  9 lines

  1. :Begin:
  2. :Function: FixTeX
  3. :Pattern:  FixTeX[x_String]
  4. :Arguments: {x}
  5. :ArgumentTypes: {String}
  6. :ReturnType: Manual
  7. :End:
  8.  
  9. :Evaluate: FixTeX::usage = "FixTeX[\"expr\"] TeXs the expression, places $$ signs around the TeX code, appends a \\bye and places the result in the next output cell."