0

I have the following tex file;

\documentclass[a4paper]{article}
\usepackage{amsthm}
\usepackage{thmtools}
\usepackage[hidelinks]{hyperref}
\newtheorem{thm}{Theorem}
\begin{document}

\begin{thm}\label{thm1}
Blah.
\end{thm}

Consider \autoref{thm1}.

\end{document}

With this set up, \autoref{thm1} prints "Theorem 1", but if I disable thmtools, it only prints "1". I was led to believe that \autoref is part of hyperref and should not require thmtools. Where am I going wrong? Is there a better way to do this?

0 Answers0