Tagged Questions
21
votes
1answer
553 views
Impact of hyperref, when varioref and cleveref are used
I think I may have found a bug in either hyperref, cleverefoder varioref but can't determine the details any further. If do not load hyperref in the following example, the result is fine.
...
2
votes
0answers
332 views
Incompatibility of caption and cleveref package [closed]
The following code produced a TeX capacity exceeded error
\documentclass{scrbook}
\usepackage{caption}
\usepackage{cleveref}
\begin{document}
\begin{figure}
Text
\label{fig:figures:1}
...
8
votes
2answers
228 views
Cleveref and breqn packages don't play nice together
I have been using the breqn and cleveref packages independently, and I think they are both excellent packages; but recently I have tried using them together, but it appears that cleveref cannot ...