langsci/langscibook

integrate bibstyle modifications into bbx

Closed this issue · 2 comments

langscibook.cls currently contains the following code

\renewcommand{\postnotedelim}{: }%
\DeclareFieldFormat{postnote}{#1}% display pages without page prefix (p., pp.)

That code, and similar lines, should be moved to the relevant bibstyles so that the modifications are available outside of langscibook.cls as well

is this done @kopeckyf ? Then you could close this issue

\postnotedelim is part of our cbx:

\renewcommand*{\postnotedelim}{\addcolon\space}

and the postnote field format is in the bbx:

\DeclareFieldFormat{postnote}{#1}% display pages without page prefix (p., pp.)