Hello,
I am using the thesis template provided at latex templates http://www.latextemplates.com/template/ ... ral-thesis
I would like to use the cleveref package for cross referencing within my thesis
I have tried inserting the package in the preamble with \usepackage and also tried putting it into the style file with \requirepackage but neither yields the correct result and I get ?? showing the .pdf
Do you know where it should be inserted please? I notice in the package documentation it says the package must be loaded last.
regards
Phil
Theses, Books, Title pages ⇒ Using cleveref with thesis template
NEW: TikZ book now 40% off at Amazon.com for a short time.
Using cleveref with thesis template
I'm facing a similar issue. So if anyone knows the answer, I'd be grateful to hear it too.
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Using cleveref with thesis template
Welcome to the forum.
Use the global option
irectly before
Use the global option
nohyperref
and instead add Code: Select all
\usepackage{hyperref}\usepackage{cleveref}
\begin{document}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.