LateX Quick Referenceby Saji P. K. |
HomeSection and SubsectionsChapter with numbering : \chapter{name of chapter} Chapter without numbering : \chapter*{name of chapter} (Note that chapter works with document class 'book' only) Section with numbering : \section{name of section} Section without numbering : \section*{name of section} Subsection : \subsection{} SubSubsection : \subsubsection{} |