Am Donnerstag, den 08.12.2016, 11:03 +0100 schrieb Jürgen Spitzmüller:
> Am Donnerstag, den 08.12.2016, 10:42 +0100 schrieb Oliver Margraf:
> > Thanks, but these commands are already in the document - that's why
> > I'm
> > not getting it, where the problem is. You can check in the example
> > -
> > has
> > the same settings as my original doc.
> 
> I see, I misread. Try
> 
> \renewbibmacro*{textcite:postnote}{%
>     \ifbool{cbx:parens}
>        {\bibcloseparen}
>        {}
>     {\ifbool{cbx:parens}
>        {\setunit{\postnotedelim}}
>        {\setunit{\extpostnotedelim\bibopenparen}}%
>      \printfield{postnote}}}

Use this instead:

\renewbibmacro*{textcite:postnote}{%
  \ifbool{cbx:parens}
       {\bibcloseparen}
       {}
  \iffieldundef{postnote}
    {}
    {\ifbool{cbx:parens}
       {\setunit{\postnotedelim}}
       {\setunit{\extpostnotedelim\bibopenparen}}%
     \printfield{postnote}}}

Jürgen

> 
> Jürgen

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to