I used the following LaTeX tag to make a chapter
\chapter{title here}
but it did not compile. The LaTeX compiler was talking about
Undefined control sequence
How can I get over this error?
I used the following LaTeX tag to make a chapter
\chapter{title here}
but it did not compile. The LaTeX compiler was talking about
Undefined control sequence
How can I get over this error?
Not all document classes support chapters -- in particular, the article standard class does not, while book and report do. You need to provide a minimal working example of your document for this to be answered any further.
\chaptersuch asreportorbook– bloodworks Jan 04 '12 at 14:49\chapter{...}is commented out. – qubyte Jan 04 '12 at 14:51