[Tex/LaTex] Bibtex / biber and letters in the pages-Field

biblatex

I'm using biblatex and MiKTeX to write my thesis. My citations contain articles from a journal which uses a combination of a letter and numbers for the pages.
The challenge is to cite the article correctly without any errors during compilation of the file because of the pages-field.

How can I cite an article, which is printed from page "A-100" to page "A-111" instead of 100-111?

Best Answer

Try using an extra set of curly brackets: PAGES = {{A-100}--{A-111}}, (It worked for me using Biblatex-Chicago.) Be sure to rebuild you .bbl file.

Related Question