Hi all,

I'm using the scrbook class. One of the features I like about it is the 
possibility to use "\addchap" and such to include unnumbered chapters in 
the ToC. What I haven't been able to find is an environment that does 
the same for parts. Does it exist?

I had solved the problem by using the following:

\addcontentsline{part}{Appendices}
\part*{Appendices}


The problem with this is that when I run tex2pdf on the file, the 
"Appendices" part isn't included in the PDF bookmarks. Therefore my 
bookmarks look like this:

Final remarks
    Conclusions
    ...
    Appendix A
    Appendix B
    ...

Instead of the following (what I'd like):

Final remarks
    Conclusions
    ...
Appendices
    Appendix A
    Appendix B
    ...

Any ideas?

TIA,
Roberto



Reply via email to