Skip to content

Commit

Permalink
Add missing closing curly bracket (plk#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
moewew committed Mar 24, 2024
1 parent 2bf42f7 commit 75c0dda
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/authoryear-comp.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
\DeferNextCitekeyHook%
\usebibmacro{cite:init}}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@savedcites{()(\thefield{multipostnote})}%
\global\clearfield{multipostnote}}
{}%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/authoryear-icomp.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
\DeferNextCitekeyHook%
\usebibmacro{cite:init}}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@savedcites{()(\thefield{multipostnote})}%
\global\clearfield{multipostnote}}
{}%
Expand Down
3 changes: 2 additions & 1 deletion tex/latex/biblatex/cbx/numeric-comp.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@
\pagetrackerfalse%
\DeferNextCitekeyHook%
\usebibmacro{cite:init}}
{\ifboolexpr{test {\iffirstcitekey} and test {\ifnumgreater{\value{multicitetotal}}{0}}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@savedcites{()(\thefield{multipostnote})}%
\global\clearfield{multipostnote}}
{}%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/numeric.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
\DeferNextCitekeyHook%
\usebibmacro{textcite:init}}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@savedcites{()(\thefield{multipostnote})}%
\global\clearfield{multipostnote}}
{}%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/verbose-ibid.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
\gdef\cbx@savedkeys{}%
\DeferNextCitekeyHook}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@footcite@args{%
(\thefield{multiprenote})(\thefield{multipostnote})}}
{}%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/verbose-inote.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@
\gdef\cbx@savedkeys{}%
\DeferNextCitekeyHook}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@footcite@args{%
(\thefield{multiprenote})(\thefield{multipostnote})}}
{}%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/verbose-note.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
\gdef\cbx@savedkeys{}%
\DeferNextCitekeyHook}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@footcite@args{%
(\thefield{multiprenote})(\thefield{multipostnote})}}
{}%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/verbose-trad1.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
\gdef\cbx@savedkeys{}%
\DeferNextCitekeyHook}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@footcite@args{%
(\thefield{multiprenote})(\thefield{multipostnote})}}
{}%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/verbose-trad2.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
\gdef\cbx@savedkeys{}%
\DeferNextCitekeyHook}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@footcite@args{%
(\thefield{multiprenote})(\thefield{multipostnote})}}
{}%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/verbose-trad3.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
\gdef\cbx@savedkeys{}%
\DeferNextCitekeyHook}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@footcite@args{%
(\thefield{multiprenote})(\thefield{multipostnote})}}
{}%
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/cbx/verbose.cbx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
\gdef\cbx@savedkeys{}%
\DeferNextCitekeyHook}
{\ifboolexpr{test {\iffirstcitekey}
and test {\ifnumgreater{\value{multicitetotal}}{0}}
and test {\ifnumgreater{\value{multicitetotal}}{0}}}
{\protected@xappto\cbx@footcite@args{%
(\thefield{multiprenote})(\thefield{multipostnote})}}
{}%
Expand Down

0 comments on commit 75c0dda

Please sign in to comment.