summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-02-24 22:51:51 +0000
committerKarl Berry <karl@freefriends.org>2013-02-24 22:51:51 +0000
commit1bf864481b4d669293f0176fd20de5c60c4bc00f (patch)
tree2067aebd3a72230692b99bf03fb4c4a97cca33f7 /Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
parent0219257c1cda008db95d3b429139b8e0613c2044 (diff)
abntex2 (24feb13)
git-svn-id: svn://tug.org/texlive/trunk@29221 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.sty9
1 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty b/Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty
index 6886e51b0cd..076924c565d 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.4 laurocesar
+%% abntex2cite.sty, v-1.5 laurocesar
%% Copyright 2012-2013 by abnTeX2 group at http://abntex2.googlecode.com/
%%
%% This work may be distributed and/or modified under the
@@ -106,6 +106,7 @@
% recuo (then makes bibitem indent 1.8em) (default: NO indentation)
% recuo=<length> (sets custom indentation)
% indent is an alias for recuo (indent or indent=<length>)
+% versalete author in alf mode as with smallcaps
% other options are considered "\citeoption's" (mechanism includes a
% list that stores non defined options, and in \AtBeginDocument,
% \citeoption acts over this list)
@@ -283,6 +284,10 @@
\DeclareOption{overcite}{\setboolean{ABNTovercite}{true}}
\DeclareOption{inlinecite}{\setboolean{ABNTovercite}{false}}
+% \authorcapstyle em versalete (smallcaps) como opcional
+\newboolean{ABNTversalete}
+\setboolean{ABNTversalete}{false}
+\DeclareOption{versalete}{\setboolean{ABNTversalete}{true}}
% 10520:2002 does not allow (XX) or [XX] for superscript cites
\newboolean{ABNTstrictnumformat}
@@ -471,7 +476,7 @@
-\newcommand{\authorcapstyle}{\smaller}
+\newcommand{\authorcapstyle}{\ifthenelse{\boolean{ABNTversalete}}{\smaller}{}}
\newcommand{\authorstyle}{\relax}
\newcommand{\yearstyle}{\relax}
\newcommand{\optionaltextstyle}{\relax}