I created a custom "list of appendix" using tocloft and i want to add the title of the list of appendix on the toc. How can i do that? Tocbibind only shows toc, lof, and lot, it doesn't show the custom new list. I can't use such \addcontentsline, cz it's an automatic list just like toc, lof, and lot.
So, if my custom list is
LIST OF APPENDIX
for example. It will show:
Contents ....................... 1
List of table....................... 2
List of figure ....................... 3
List of appendix ................... 5
Currently i'm using the same code i got from this link. (Answer by Mike Renfro).
Please help me. Thanks in advance.