Search found 1 match

by ErahsMuhs
Wed Apr 27, 2016 12:09 pm
Forum: BibTeX, biblatex and biber
Topic: comma in page numbers
Replies: 6
Views: 10017

comma in page numbers

If this is still relevant for anybody: I found a solution.

Open the .bsp file and search for a function like this:

FUNCTION {format.journal.pages}
{ pages duplicate$ empty$ 'pop$
{ swap$ duplicate$ empty$
{ pop$ pop$ format.pages }
{
", " *
swap$
n.dashify
"pages" bibinfo.check
*
}
if ...