diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty index 09a140b121a..2e11a2c0c1c 100644 --- a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty +++ b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty @@ -1,4 +1,4 @@ -%% abntex2cite.sty, v 1.0 2013/01/01 laurocesar +%% abntex2cite.sty, v 1.1 2013/01/05 laurocesar %% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/ %% %% This work may be distributed and/or modified under the @@ -29,6 +29,11 @@ %% %% The original revision history is the following: %% +%% +%% 2013/01/05 14h35 laurocesar +%% Corrige uma incompatibilidade com o Beamer: adiciona a verificação da +%% existência da length \bibindent antes de usá-la. +%% %% 2012/04/26 20h20 laurocesar %% Incluída as contribuições de compatibilização com o pacote backref de %% Alan Wilter Sousa da Silva (AWSS), desenvolvida em 2005-06-26 23:13:59 GMT @@ -254,6 +259,9 @@ \ExecuteOptions{abnt-option-file} % recuo : compatibility with old norms +\ifx \bibindent\undefined + \newlength{\bibindent} +\fi \setlength{\bibindent}{0em} \DeclareOption{recuo}{\setlength{\bibindent}{1.8em}} |