I'm not that familiar with LaTeX and have a problem with the structure of my document. The table of contents has been created with "\tableofcontents", the appendix with "\appendix" (no further commands for both of them, they are filled completely automatically). In the appendix I have a subsection "MyDocument" which should represent a logically separate document (but actually I want to write in the same tex file). Only the subsection name should appear in the table of contents, not more (normally it would also include one hierarchy layer below). Within this subsection I have three further layers of hierarchy which should be numbered without the appendix prefix "A".
So, the toc should look like this:
1 Chapter
2 Chapter
...
A Appendix
A.1 One appendix
A.2 MyDocument
A.3 Another appendix
The subsection "MyDocument" is placed in a separate tex file (included into appendix) and should look like this (all headings numbered and formatted as headings):
A.2 My Document
1 abc
1.1 hello
1.2 world
1.2.1 world A
1.2.2 world B
2 xyz
Aucun commentaire:
Enregistrer un commentaire