If it doesn't, follow these instructions.
- In the References ribbon, choose Table of Contents, then choose Custom Table of Contents (or Insert Table of Contents in Word 2010).
- Click on the Options button.
- Your Appendix Heading style should show up in the Available Styles list. Assign it to TOC level 1.
Beside this, how do you add an appendix in LaTeX?
Starting the Appendices
Actually, using appendices is quite simple. Immediately after the end of the last chapter and before the start of the first appendix, simply enter the command appendix. This will tell LaTeX to change how it interprets the commands chapter, section, etc.
Also, how do you make a contents page in LaTeX? Summary
- Autogenerate a table of content using ableofcontents.
- Create lists of your figures and tables with listoffigures and listoftables.
- Always compile twice to see the changes.
- Globally change the depth with setcounter{tocdepth}{X}; X = {1,2,3,4,5}
Also to know is, how do you add an abstract to a table of contents in LaTeX?
- use addtocontents or addcontentsline before chapter* of listof
- ensure the required page break before addtocontents or addcontentsline.
- for hyperref, add an anchor for the target cleardoublepage phantomsection addcontentsline{toc}{chapter}{Abstract} chapter*{Abstract}
Can an appendix be a separate document?
An annex, on the other hand, is usually a standalone document that offers additional information than contained in the main document.
Comparison chart.
| Annex | Appendix | |
|---|---|---|
| Definition | Annex is an addition to a document. | Appendix is an addition made towards the end of a thesis. |
