Tagged Questions
8
votes
3answers
140 views
algorithm2e + cleveref: problem with wrong reference to line numbers
For some reason I do not understand, cleverefproduces wrong references to line numbers of listings produces with the algorithm2e package. I hope that I did not miss a simple solution ...
My example ...
2
votes
1answer
437 views
cleveref, hyperref and algorithm2e package produce wrong hyperlink (though correct page reference)
I'm using the packages as stated above in their latest version (also oberdiek-package is up-to-date).
The following code produces the wrong pdf-link to a float environment (refers to the same page as ...
5
votes
1answer
763 views
cleveref and algorithm2e
I'm currently working on a document where I was using algorithm+algorithmic along with cleveref. With this everything worked perfectly.
Now I had to replace algorithm+algorithmic with algorithm2e. ...