Ok, so I have a document where I made use of \autoref.
I've been told now, that we want all chapters, sections, subsections, etc. capitalised.
Since there is no \Autoref and I couldn't get its implementation from
to work, I tried going with another answer therein and replaced all \autoref{foo} instructions with \Cref{foo} from the cleveref package.
But now all references show up as ??.
I'm use the memoir document class and texmaker, I run
\usepackage[nameinlink,capitalise,noabbrev]{cleveref}
and I compile the document with Texmaker's
PdfLaTeX + Bib(la)tex + PdfLaTeX (x2) + show PDF
command.
How do I make \Cref work?
cleverefafterhyperref? – Bernard May 03 '18 at 08:13