diff options
author | Norbert Preining <preining@logic.at> | 2013-05-27 01:07:42 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2013-05-27 01:07:42 +0000 |
commit | aeb4caf9e2f7067229a1e7550adaa622f6b073ba (patch) | |
tree | 390829b286482f9ded6b9df39c86d8f2cf859df6 /Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty | |
parent | 05b77f5f5173540aa52f68ee3679d1aa64109001 (diff) |
abntex2 5/25
git-svn-id: svn://tug.org/texlive/trunk@30692 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.sty | 11 |
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})} |