Using cleveref for elegant cross-referencing is common everywhere (cf other conference/journal templates), and it in principle allowed in this class.
But when I try to load cleveref, it looks like hyperref has not been loaded, which forces me to load it manually as well, and redefine its config...
Reproduce
\documentclass[journal=tches]{iacrtrans}
% \usepackage[colorlinks]{hyperref} FIXME: this line should not be necessary
\usepackage[nameinlink]{cleveref}
Expected
cleveref can be loaded by a single invocation.
Using
clevereffor elegant cross-referencing is common everywhere (cf other conference/journal templates), and it in principle allowed in this class.But when I try to load cleveref, it looks like hyperref has not been loaded, which forces me to load it manually as well, and redefine its config...
Reproduce
Expected
cleverefcan be loaded by a single invocation.