I can't figure out where do I load the hyperref package. I know it sounds odd, but I scanned all my preamble and couldn't find a single \usepackage{hyperref}. I feel really stupid, but I don't know where to look for it. Is it possible that some other package I load loaded hyperref on it own? Any ideas are welcomed. I'm really puzzled.
|
|
|||||||||||||||||
|
|
Look in the log file and you'll notice that included files are printed within parentheses. And if a file that you include includes another file, that file will appear within parentheses within the first parentheses. So each parenthetical group delimits a file.
So search the log file for |
|||
|
Use If this doesn't help, then copy your document source, delete all text and then uncomment the preamble line by line from the bottom to top, until Some document classes, like beamer and powerdot, load hyperref by default. And with |
|||||||||||
|