Newsgroups: comp.text.tex
> Could anyone help me out on how to use appendix in latex?
\chapter|section{Last non-appendix}
....
\appendix
\chapter|section{First appendix}
....
\chapter|section{Second appendix}
...(using \chapter if in book or report class, or \section for article class).
You may like to try the appendix package from CTAN which gives you more felixibility.
Peter W.