Search found 2 matches

by liuzr88
Mon Apr 07, 2014 5:05 pm
Forum: BibTeX, biblatex and biber
Topic: comma in page numbers
Replies: 6
Views: 10017

comma in page numbers

Here is my Latex file:

\documentclass[11pt]{article}
\usepackage[square]{natbib}

\begin{document}
\title {Article Title}
\make title
\cite{Ward2005}
\bibliographystyle{agu08} % this specify the style of references
\bibliography{test} % this specify where is the bibtex file
\end{document}


It ...
by liuzr88
Sat Apr 05, 2014 4:45 am
Forum: BibTeX, biblatex and biber
Topic: comma in page numbers
Replies: 6
Views: 10017

comma in page numbers

Hi, in my bibtex library, I have some references that don't have numerical pages numbers, e.g. like L03803'. When the latex file is processed, the page number in bibliography entry is formatted 'L03,803'. Obviously the comma is automatically added. I am not able to find how to turn this feature off ...