Tagged Questions
2
votes
0answers
29 views
Problem with hyperref/cleveref interaction and specially tagged equations [duplicate]
I would like to resolve the infamous warning destination with the same identifier (name{equation.0.1}) has been already used, duplicate ignored in my MWE below.
Reading around this site, the package ...
8
votes
1answer
680 views
Referencing subequations with cleveref
I try to refer to the parent number of subequations with \cref from the cleveref package. However, I would like to change the output "eq. (...)" into "eqs. (...)" when I refer to parent numbers ...
7
votes
1answer
153 views
Get \ref for equations working like \cite for contiguous references
When referencing a list of equations like see Eq.12, 13, 14 and 15 the \cite command behaviour, which allows a single list of references, should be preferred I think. Is there something equivalent for ...