estejam centralizados, em tamanho 14, negrito em caixa alta.
No TOC preciso de Capítulo 1: Introdução ..... 10
\makechapterstyle{capence}{%
\def\chapterheadstart{\vspace*{\beforechapskip}}
\def\printchaptername{}
\def\printchapternum{}
\def\printchapternonum{}
\def\printchaptertitle##1{\fontecapitulo\@chapapp\fontecapitulo\thechapter: \fontecapitulo ##1}
\def\afterchaptertitle{\par\nobreak\vskip \afterchapskip}
}
%\makechapterstyle{frontmatter}{% Front matter chapter style
% \chapterstyle{mystyle}% Or whatever you consider to be default
% \renewcommand{\printchaptertitle}[1]{% Update chapter title printing macro
% \centering\chaptitlefont ##1}% Centred chapter title
%}
% ===== MAIN MATTER CHAPTER STYLE
\makechapterstyle{mainmatter}{% Main matter chapter style
\chapterstyle{capence}% Or whatever you consider to be default
}
% ===== BACK MATTER CHAPTER STYLE
\makechapterstyle{backmatter}{% Back matter chapter style
\chapterstyle{frontmatter}% Backmatter chapterstyle is similar to frontmatter
}
Alguma sugestão para resolver isso?
Se eu colocar apenas
\chapterstyle{capence}
funciona mais ou menos uma vez que fica CAPÌTULO 1: Introdução. Ou seja, sem o Uppercase do nome do capítulo. Pensei em resolver na mão, mas existe outra sugestão? E como faço para colocar centralizado? Já no TOC a entrada é exibida da forma que esperava.
O problema é que o Abstract e o Resumo e alguns outros parâmetros continuam com a formatação padrão do abntex2. Além disso, quando faço isto também fico com a entrada do CAPÍTULO 0: Sumário.
Um abraço,
Leandro