Search found 2 matches

by marcocintra
Sun Aug 26, 2018 8:17 pm
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 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 ...
by marcocintra
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

Code: Select all

\renewcommand\chaptername{NewChapterName}
\renewcommand\chapterautorefname{NewChapterName}
do with Chapter names.

How i do that?