Search found 2 matches

by zainy100
Thu Nov 05, 2009 9:42 pm
Forum: General
Topic: bookmarks in pdf for chapter points to Appendix
Replies: 1
Views: 2478

bookmarks in pdf for chapter points to Appendix

I found the solution and post it here so others can see it. I just needed to include my appendices like the following:

Code: Select all

\begin{appendices}
…
\end{appendices}
by zainy100
Thu Nov 05, 2009 4:09 pm
Forum: General
Topic: bookmarks in pdf for chapter points to Appendix
Replies: 1
Views: 2478

bookmarks in pdf for chapter points to Appendix

Hi,
When I include the appendix in the main file and the bookmarks generated, the 2 first links to chapter 1 and 2 appears correctly, but points to the last 2 appendices. I tried to solve the problem, but couldn't figure out why? any solutions really appreciate it.


Here is the code ...