> \newlistof{appendices}{loa}{List of Appendices}
> Now \listofappendices should do what you want, assuming the \chapter stuff
> is right. The \newlistof command defines the \listofappendices command for
> you, getting the end bit from the first argument.
>
Yes... it works thanks a lot. For centering and to be consistent with
LOF and LOT, I added additional commands:
\newlistof{appendices}{loa}{List of Appendices}
\renewcommand{\cftloatitlefont}{\hfill\Large\bfseries\sffamily}
\renewcommand{\cftafterloatitle}{\hfill}
\renewcommand{\cftafterloatitleskip}{2.5cm}
\renewcommand{\cftbeforeloatitleskip}{2.5cm}
I found a little problem, i.e. Appendix section headings still printed
in TOC, I just use minitoc
\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
to prevent, and it works.
So In general, Separate List of Appendices has been SOLVED.
Richard, do you mind if I put your name in Credits for your
contribution here, since It will be saved in googlecode. Many students
will use this.
Best Regards
Waluyo