Olá,
Tentando numerar com romanos a parte pretextual, retirei o comentário e adicionei a aplicação
do formato pre-textual romano no abntex2.cls segundo a sugestão da página:
https://code.google.com/p/abntex2/wiki/HowToPretextuaisRomanos
%%% -----
%%% Formato de cabecalho/rodape
%%% -----
%%% Páginas pré-textuais
\makepagestyle{pre_textual_romano} %%% escolha um nome
\pagenumbering{Roman}
\makeevenfoot{pretextual}{}{\ABNTEXfontereduzida \textbf \thepage}{}
\makeoddfoot{pretextual}{}{\ABNTEXfontereduzida \textbf \thepage}{}
% Aplicação do formato pre_textual_romano
\newcommand{\pretextual}{%
\aliaspagestyle{chapter}{pre_textual_romano}
\pagestyle{pre_textual_romano}
\aliaspagestyle{cleared}{pre_textual_romano}
\aliaspagestyle{part}{pre_textual_romano}
}
\renewcommand{\frontmatter}{\pretextual}
Entretanto, infelizmente, agora o documemnto não é mais compilado e ocorre o seguinte erro:
! Class memoir Error: Undefined pagestyle 'pretextual', so I cannot change it.
See the memoir class documentation for explanation.
Type H <return> for immediate help.
...
l.768 ...{\ABNTEXfontereduzida \textbf \thepage}{}
! ==> Fatal error occurred, no output PDF file produced!
Transcript written on phd.log.
Latexmk: Errors, so I did not complete making targets
Collected error summary (may duplicate other messages):
pdflatex: Command for 'pdflatex' gave return code 256
Latexmk: Use the -f option to force complete processing,
unless error was exceeding maximum runs of latex/pdflatex.
Qualquer auxílio apreciado!
Obrigado,