summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-10-15 22:52:19 +0000
committerKarl Berry <karl@freefriends.org>2016-10-15 22:52:19 +0000
commit40a029d723e7e9ab61a8aeb2203ab461227c3ca2 (patch)
tree44851af904d335a0c234946f38e91464eff5c47f /Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx
parent03a6e7823edd7d2762fced9f713d23ef57e67163 (diff)
biblatex-abnt (14oct16)
git-svn-id: svn://tug.org/texlive/trunk@42267 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx35
1 files changed, 22 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx
index 20d8d66181f..f2e2777143e 100644
--- a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx
+++ b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.cbx
@@ -13,38 +13,44 @@
%% The Current Maintainer of this work is Daniel B. Marques.
\ProvidesFile{abnt-numeric.cbx}%
-[2016/07/06\space v2.0.1\space ABNT biblatex citation style]%
+[2016/10/03\space v3.0\space ABNT BibLaTeX citation style]%
\RequireCitationStyle{numeric}
-\DeclareCiteCommand{\cite}[\mkbibparens]
+% Cite commands >>>1
+
+\DeclareCiteCommand{\cite}[\mkbibparens]% >>>2
{\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite}}
{\multicitedelim}
- {\usebibmacro{postnote}}
+ {\usebibmacro{postnote}}% <<<2
-\DeclareCiteCommand{\parencite}[\mkbibparens]
+\DeclareCiteCommand{\parencite}[\mkbibparens]% >>>2
{\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite}}
{\multicitedelim}
- {\usebibmacro{postnote}}
+ {\usebibmacro{postnote}}% <<<2
-\DeclareCiteCommand{\smartcite}[\iffootnote\mkbibparens\mkbibfootnote]
+\DeclareCiteCommand{\smartcite}[\iffootnote\mkbibparens\mkbibfootnote]% >>>2
{\usebibmacro{prenote}}
{\usebibmacro{citeindex}%
\usebibmacro{cite}}
{\multicitedelim}
- {\usebibmacro{postnote}}
+ {\usebibmacro{postnote}}% <<<2
\DeclareMultiCiteCommand{\cites}[\mkbibparens]{\cite}{\multicitedelim}
-\DeclareMultiCiteCommand{\parencites}[\mkbibparens]{\parencite}{\multicitedelim}
-\DeclareMultiCiteCommand{\smartcites}[\iffootnote\mkbibparens\mkbibfootnote]
- {\smartcite}{\multicitedelim}
+\DeclareMultiCiteCommand{\parencites}%
+ [\mkbibparens]{\parencite}{\multicitedelim}
+
+\DeclareMultiCiteCommand{\smartcites}%
+ [\iffootnote\mkbibparens\mkbibfootnote]{\smartcite}{\multicitedelim}
-\renewbibmacro*{textcite}{%
+% <<<1
+
+\renewbibmacro*{textcite}{%% >>>1
\iffieldequals{namehash}{\cbx@lasthash}
{\setunit{\multicitedelim}}
{\ifnameundef{labelname}
@@ -63,7 +69,10 @@
\ifbool{cbx:parens}
{\bibcloseparen\global\boolfalse{cbx:parens}}
{}%
- \textcitedelim}}
-
+ \textcitedelim}}% <<<1
\endinput
+
+
+% vim: set foldmarker=\ >>>,\ <<< :
+