diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/abntex2/abntex2cite.sty | 9 |
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} |