Theses, Books, Title pagesUsing cleveref with thesis template

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
phald
Posts: 1
Joined: Fri Oct 11, 2019 3:14 pm

Using cleveref with thesis template

Post by phald »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

CNOT
Posts: 1
Joined: Sat Oct 26, 2019 7:08 pm

Using cleveref with thesis template

Post by CNOT »

I'm facing a similar issue. So if anyone knows the answer, I'd be grateful to hear it too.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Using cleveref with thesis template

Post by Johannes_B »

Welcome to the forum.

Use the global option nohyperref and instead add

Code: Select all

\usepackage{hyperref}\usepackage{cleveref}
irectly before \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.
Post Reply