I solved it.
I had to change the default names of Babel package, in this case, the brazilian captions:
\addto\captionsbrazil{
\renewcommand{\chapterautorefname}{Seção}
\renewcommand{\sectionautorefname}{Seção}
\renewcommand{\subsectionautorefname}{Seção}
}
So, the Chapter, Section and ...
Search found 2 matches
- Sun Aug 26, 2018 8:17 pm
- Forum: General
- Topic: How to redefine Section and Subsection in autoref names
- Replies: 2
- Views: 16908
- Mon Aug 20, 2018 2:30 am
- Forum: General
- Topic: How to redefine Section and Subsection in autoref names
- Replies: 2
- Views: 16908
How to redefine Section and Subsection in autoref names
I want do redefine Section and Subsection in autoref names the same way
do with Chapter names.
How i do that?
Code: Select all
\renewcommand\chaptername{NewChapterName}
\renewcommand\chapterautorefname{NewChapterName}
How i do that?