diff options
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.bbx | 21 |
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=\ >>>,\ <<< : + |