Search found 1 match

by helgeb
Wed Apr 17, 2013 11:24 am
Forum: General
Topic: Warning regarding Anchor and Bookmark
Replies: 2
Views: 19087

Warning regarding Anchor and Bookmark

I solved the problem by adding a

Code: Select all

\phantomsection
before the section I wanted to add.

Now it looks like this:

Code: Select all

\phantomsection
\section*{Appendix A: List of abbrevations}
\addcontentsline{toc}{section}{Appendix A: List of abbrevations}
No more waring =)