Skip to content

Commit

Permalink
Merge pull request #88 from moewew/apaauthor
Browse files Browse the repository at this point in the history
Add missing % in apaauthor
  • Loading branch information
plk authored Feb 1, 2020
2 parents 045a5bb + 1c2f609 commit a7cde62
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions tex/latex/biblatex-apa/bbx/apa.bbx
Original file line number Diff line number Diff line change
Expand Up @@ -500,16 +500,18 @@
\let\bibstring\bibcplstring
\setunit{\addspace}%
\printtext{\mkbibparense{\usebibmacro{role}}}%
\hasitemannotation[\currentname][username]{\addspace\mkbibbrackets{\getitemannotation[\currentname][username]}}{}}}%
\ifthenelse{\value{listcount}=\value{listtotal}}%
{\ifmorenames
{\printdelim{andothersdelim}
\bibstring{andothers}}
{}%
\let\bibstring\bibcplstring
\setunit{\addspace}%
\printtext{\mkbibparense{\usebibmacro{roles}}}}
{}}
\hasitemannotation[\currentname][username]
{\addspace\mkbibbrackets{\getitemannotation[\currentname][username]}}
{}}}%
\ifthenelse{\value{listcount}=\value{listtotal}}%
{\ifmorenames
{\printdelim{andothersdelim}%
\bibstring{andothers}}
{}%
\let\bibstring\bibcplstring
\setunit{\addspace}%
\printtext{\mkbibparense{\usebibmacro{roles}}}}
{}}
\DeclareNameFormat{apanames}{%
\ifthenelse{\value{listcount}=\maxprtauth\AND\value{listcount}<\value{listtotal}}
Expand Down

0 comments on commit a7cde62

Please sign in to comment.