Document Class

\documentclass[options]{class}

class

options Putting an option in the \documentclass command effectively adds that option to any package (loaded with \usepackage command) that recognizes it. LaTeX issues a warning message if a document-class option is recognized neither by the document class nor by any loaded package.


Taken from LaTeX. A Document Preparation System. Leslie Lamport. Second Edition, 1994.