How to make 'appendix' appear in toc in Latex?

前端 未结 5 1235
别那么骄傲
别那么骄傲 2021-02-07 03:26

How to make word \'appendix\' appear in the table of contents? Right now toc looks like this:

1 ......
2 ......
.
.
A .....

5条回答
  •  梦毁少年i
    2021-02-07 04:10

    This is probably most easily achieved by using the appendix package, or the memoir class.

    If you don't want to use a prepackaged solution, you'll have to hack the sectioning commands. When I needed to do this for my dissertation, I cloned the report class, and edited until I made the margins lady happy. What you're looking for is the definition of the \addcontentsline macro.

提交回复
热议问题