summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty')
-rw-r--r--Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty11
1 files changed, 9 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
index ea73cd4a108..2dffe1630b1 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.6.1 laurocesar
+%% abntex2cite.sty, v-1.7 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/
%%
%% This work may be distributed and/or modified under the
@@ -21,6 +21,9 @@
%%
%% Revision history:
%%
+%% 2013/05/22 07h05 laurocesar
+%% Adiciona a macro \footciteref para referências em notas de rodapé.
+%%
%% 2013/03/08 07h00 laurocesar
%% Corrige criaçao das macros \su@ExpandTwoArgs, \IfSubStringInString e \su@IfSubStringInString
%% importados de substr.sty: apenas criá-las se já não existirem
@@ -1359,11 +1362,15 @@
\newcommand{\cfcitename}{Cf.}
\newcommand{\etseqname}{et seq.}
+\DeclareRobustCommand{\footciteref}[1]{%
+\footnote{\citetext{#1}}
+}
+
\newcommand{\apud}[3][]{(\citeauthor{#2}, \citeyear{#2} \apudname\ %
\citeauthor{#3}, \citeyear{#3}%
\ifthenelse{\equal{#1}{\empty}}{}{, #1})}
-\newcommand{\apudonline}[3][]{\citeauthoronline{#2} (\apudname\ %
+\newcommand{\apudonline}[3][]{\citeauthoronline{#2} (\citeyear{#2} \apudname\ %
\citeauthor{#3}, \citeyear{#3}%
\ifthenelse{\equal{#1}{\empty}}{}{, #1})}