Skip to content

info

Information about the current operating environment.

v = info(info_type)

Returns environment info based on info_type:

  • 'directory' — current path
  • 'numfile' — number of open files
  • 'osversion' — OS version string
  • 'recalc' — current recalculation mode ('Automatic' / 'Manual')
  • 'release' — version of MathJet
  • 'system''pcdos' (Windows) or 'mac' (macOS) or 'linux' (Linux)
info('release') % MathJet version
info('system') % 'pcdos'/'mac'/'linux'
  • cell — Information about formatting, location, or contents of a cell.
  • sheet — Sheet number of a reference.