0

I am using the hyperref and autoref package to do cross-referencing in my document. When I am referring to subsubsection such as 3.1.1, I want to it to compile as section 3.1.1 and not subsubsection 3.1.1. How do I do that?

1 Answers1

0

According to the manual (texdoc hyperref) page 18 in my 2019 version:

\renewcommand{\subsubsectionname}{section}
Peter Wilson
  • 28,066