Skip to content

Commit

Permalink
Merge pull request plk#822 from moewew/setcount
Browse files Browse the repository at this point in the history
Fix entrysetcount for entries in multiple sets (plk#815)
  • Loading branch information
moewew committed Oct 14, 2018
2 parents d377830 + fb0b4a2 commit 2cc0171
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tex/latex/biblatex/biblatex.sty
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,8 @@
\newcount\blx@parenlevel@text
\newcount\blx@parenlevel@foot
\expandafter\newcount\csname blx@sectionciteorder@0\endcsname
\newcount\blx@entrysetcounter
\def\blx@uniquename{0}
\def\blx@uniquelist{0}
Expand Down Expand Up @@ -4433,7 +4435,8 @@
\blx@getdata{#1}%
\blx@setoptions@type\abx@field@entrytype
\blx@setoptions@entry
\def\abx@field@entrysetcount{1}%
\global\blx@entrysetcounter\@ne
\edef\abx@field@entrysetcount{\the\blx@entrysetcounter}%
\blx@execute
\blx@beglangbib
\blx@begunit
Expand All @@ -4452,9 +4455,10 @@
{\begingroup
\blx@resetdata
\blx@getdata{#1}%
\blx@entrysetcount
\blx@setoptions@type\abx@field@entrytype
\blx@setoptions@entry
\global\advance\blx@entrysetcounter\@ne
\edef\abx@field@entrysetcount{\the\blx@entrysetcounter}%
\addtocounter{instcount}\@ne
\blx@execute
\blx@beglangbib
Expand Down

0 comments on commit 2cc0171

Please sign in to comment.