Page LayoutHow to add List of Appendices to TOC in Memoir?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
barndog
Posts: 4
Joined: Fri Aug 21, 2009 11:10 am

How to add List of Appendices to TOC in Memoir?

Post by barndog »

I saw the post by gmedina in answer to s_dave. I need the code to add INTO the Table of Contents a List of Appendices when using Memoir class to write a book. Someone please help me.

Using memoir class I need a TOC that looks as follows:

TABLE OF CONTENTS
page
LIST OF APPENDICES . . . . . . . . . . . . . . . . . . . . . . . . . . . iv

LIST OF FIGURES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . v

LIST OF TABLES . .. . . . . . . . . . . . . . . . . . . . . . . . . . . . vi

Chapter 1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . 1
1.1 Statement of the issue . . . . . . . . . . . . . . . . . . . . . 1


etc.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

How to add List of Appendices to TOC in Memoir?

Post by gmedina »

Hi,

you could use the \addcontentsline command.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply