next up previous contents
Next: Numbering/Counters Up: Writing Math Articles Previous: Array and Tabular

Definitions

Latex Commands for Definitions
Latex Commands Function
\newcommand{cmd}[n]{...} define new command cmd [with n arguments]
\newenvironment{nam}[n] define new environment nam [with n args]
begend  
\newtheorem{nam}{cap} define a theorem-like environment nam
  captioned by cap