Theses, Books, Title pages ⇒ Using cleveref with thesis template
Using cleveref with thesis template
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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Using cleveref with thesis template
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Using cleveref with thesis template
Use the global option
nohyperref
and instead add Code: Select all
\usepackage{hyperref}\usepackage{cleveref}
\begin{document}