I'm using document class scrbook.
I want to put my bibliography after appendix (in source this starts with \appendix), but in my toc that is visible when I open up the generated PDF file, it is a part of the appendix. Is there a way to make it the same level as appendix but not create a whole new part in the document (i.e. manipulate only the toc?). Thank you in advance!
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
|
|
One should distinguish between the Table of Contents and the bookmarks: the former is part of the printed document, the latter is a property of the PDF previewer. From what you say the problem seems to be with the bookmarks. Add
|
||||
|
|
|
If you are already adding your bibliography, and just want it to appear separately in your table of contents, the following should work. From the LaTeX wikibook, to add a section (in this case Bibliography),
|
|||||||||
|