summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-05 23:41:29 +0000
committerKarl Berry <karl@freefriends.org>2013-02-05 23:41:29 +0000
commit43e8013efcfdb70cd65e67fe1efb27fc1307e106 (patch)
treed9885635a41a19edc1b4eacc358240871403705b /Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
parente9a0efc06e926644568e9975bdc6c46044423d36 (diff)
abntex2 (5feb13)
git-svn-id: svn://tug.org/texlive/trunk@29038 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty')
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty56
1 files changed, 28 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
index ecbdf3d5c31..6886e51b0cd 100644
--- a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
+++ b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
@@ -1,5 +1,5 @@
-%% abntex2cite.sty, v-1.3 laurocesar
-%% Copyright 2012-2013 by abnTeX2 group at http://code.google.com/p/abntex2/
+%% abntex2cite.sty, v-1.4 laurocesar
+%% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -13,7 +13,7 @@
%%
%% The Current Maintainer of this work is the abnTeX2 team, led
%% by Lauro César Araujo. Further information are available on
-%% http://code.google.com/p/abntex2/
+%% http://abntex2.googlecode.com/
%%
%% Creator and original mantainer: Gerald Weber <gweber@codigolivre.org.br>
%% Copyright 2001-2002 by the abnTeX group at http://abntex.codigolivre.org.br
@@ -21,6 +21,9 @@
%%
%% Revision history:
%%
+%% 2013/01/31 08h20 laurocesar
+%% Corrige uso de \singlespacing para evitar incompatibilidade com beamer.
+%%
%% 2013/01/14 22h46 laurocesar
%% Add \SingleSpacing before and \OnehalfSpacing after \bibliography command or
%% \singlespacing and \onehalfspacing from setspace.sty if memoir is not loaded
@@ -408,31 +411,28 @@
% no changes to \bibliography
\def\bibliography#1{% ****
- \ifx \SingleSpacing\undefined
- \singlespacing
- \else
- \SingleSpacing
- \fi
- %
- \ifthenelse{\boolean{ABCIciteoptionwasused}
- \and\boolean{ABCIauto-abntoptions}}
- {
- % this system of checking is not good...
- \IfSubStringInString{abntex2-options}{#1}
- {\if@filesw\immediate\write\@auxout{\string\bibdata{#1}}\fi}
- {\if@filesw\immediate\write\@auxout{\string\bibdata{abntex2-options,#1}}\fi}
- }
- {
- \if@filesw
- \immediate\write\@auxout{\string\bibdata{#1}}%
- \fi
- }
- \@input@{\jobname.bbl}
- \ifx \OnehalfSpacing\undefined
- \onehalfspacing
- \else
- \OnehalfSpacing
- \fi
+ {
+ \ifx \SingleSpacing\undefined
+ \singlespacing
+ \else
+ \SingleSpacing
+ \fi
+ %
+ \ifthenelse{\boolean{ABCIciteoptionwasused}
+ \and\boolean{ABCIauto-abntoptions}}
+ {
+ % this system of checking is not good...
+ \IfSubStringInString{abntex2-options}{#1}
+ {\if@filesw\immediate\write\@auxout{\string\bibdata{#1}}\fi}
+ {\if@filesw\immediate\write\@auxout{\string\bibdata{abntex2-options,#1}}\fi}
+ }
+ {
+ \if@filesw
+ \immediate\write\@auxout{\string\bibdata{#1}}%
+ \fi
+ }
+ \@input@{\jobname.bbl}
+ }
}