summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx
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.bbx
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.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx21
1 files changed, 13 insertions, 8 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx
index 55b1581520b..de9304d13a2 100644
--- a/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx
+++ b/Master/texmf-dist/tex/latex/biblatex-abnt/abnt-numeric.bbx
@@ -13,19 +13,20 @@
%% The Current Maintainer of this work is Daniel B. Marques.
\ProvidesFile{abnt-numeric.bbx}%
-[2016/07/06\space v2.0.1\space ABNT biblatex citation style]%
+[2016/10/03\space v3.0\space ABNT BibLaTeX citation style]%
\RequireBibliographyStyle{abnt}
\ExecuteBibliographyOptions{labelnumber}
-\providebool{bbx:subentry}
+\providebool{bbx:subentry}
\DeclareBibliographyOption[boolean]{subentry}[true]{%
\setbool{bbx:subentry}{#1}}
\DeclareFieldFormat{bibentrysetcount}{\mkbibparens{\mknumalph{#1}}}
-\defbibenvironment{bibliography}
+
+\defbibenvironment{bibliography}% >>>
{\list
{\printtext[labelnumberwidth]{%
\printfield{labelprefix}%
@@ -38,9 +39,9 @@
\setlength{\parsep}{\bibparsep}}%
\renewcommand*{\makelabel}[1]{\hss##1}}
{\endlist}
- {\item}
+ {\item}% <<<
-\defbibenvironment{shorthand}
+\defbibenvironment{shorthand}% >>>
{\list
{\printfield[shorthandwidth]{shorthand}}
{\setlength{\labelwidth}{\shorthandwidth}%
@@ -51,9 +52,9 @@
\setlength{\parsep}{\bibparsep}%
\renewcommand*{\makelabel}[1]{\hss##1}}}
{\endlist}
- {\item}
+ {\item}% <<<
-\DeclareBibliographyDriver{set}{%
+\DeclareBibliographyDriver{set}{%% >>>
\entryset
{\ifbool{bbx:subentry}
{\printfield[bibentrysetcount]{entrysetcount}%
@@ -62,6 +63,10 @@
{}%
\newunit\newblock
\usebibmacro{setpageref}%
- \finentry}
+ \finentry}% <<<
\endinput
+
+
+% vim: set foldmarker=\ >>>,\ <<< :
+