On 10/05/2010 08:07 PM, Waluyo Adi Siswanto wrote:
Thanks Richard for the information

I think you need to use the tocloft package. See section 2.4 of the manual,
on the \newlistof command. You'll do something like:
     \newlistof{appendix}{loa}{\listofappendices}
I wrote in the latex preamble:
\newcommand{\listofappendices}{\chapter{List of Appendices}}
\newlistof{appendix}{loa}{\listofappendices}

then I use ERT \listofappendices in the page after List of Tables.
The result is what I am expected, print List of Appendices, but blank
(no appendix contents listed)

Sorry, my instructions were a bit off. Try this:
    \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.

Richard

Reply via email to