mcand / abntex2

Automatically exported from code.google.com/p/abntex2
0 stars 0 forks source link

Modificação no chapterstyle abnt da classe abntex2.cls #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Which component is your suggestion addressed to?
[ x ] class
[ ] packages
[ ] bibliography style
[ ] documentation
[ ] examples
[ ] other: _____________

What is you suggestion?
Adicionar uma condição para a criação da medida \chapternamenumlength na 
definição do chapterstyle abnt.

  \ifx \chapternamenumlength \undefined
    \newlength{\chapternamenumlength}
  \fi

Additional information:

Se eu modificar o estilo do capítulo e depois tentar voltar para o estilo 
padrão (para modificar o estilo do título das referências, por exemplo), 
ocorre um erro do tipo:

! LaTeX Error: Command \chapternamenumlength already defined.
               Or name \end... illegal, see p.192 of the manual.

Ex para reproduzir (Verificado no MacOS):

\chapterstyle{ger} % Estilo memoir qualquer
\chapter{Título 1}
...
\chapterstyle{abnt}
\bibliography{biblio}

Original issue reported on code.google.com by ricardoerikson on 19 Jun 2013 at 6:52

GoogleCodeExporter commented 9 years ago
Olá Ricardo Erikson! Obrigado por reportar o problema e já informar a 
correção! Sua contribuição já foi incorporado ao código que estará no 
próximo release!

Original comment by laurocesar on 20 Jun 2013 at 10:34