dginev / ar5iv

A web service offering HTML5 articles from arXiv.org as converted with latexml
https://ar5iv.org
MIT License
747 stars 21 forks source link

Keep brackets in references #170

Open a234 opened 1 year ago

a234 commented 1 year ago

The first sentence of 0706.0812 reads: One of the most difficult hurdles in the analysis and visualization of large complex networks [1, 2, 3, 4] is, understandably, their sheer size.

In the ar5iv version, it reads One of the most difficult hurdles in the analysis and visualization of large complex networks Albert and Barabási (2002); Newman (2003); Dorogovtsev and Mendes (2002); Boccaletti et al. (2006) is, understandably, their sheer size.

It would be better if the ar5iv version reads One of the most difficult hurdles in the analysis and visualization of large complex networks [Albert and Barabási (2002); Newman (2003); Dorogovtsev and Mendes (2002); Boccaletti et al. (2006)] is, understandably, their sheer size.

dginev commented 1 year ago

This may be an interesting issue to keep in mind by @brucemiller as he mulls over the BibTeX emulation PR.

brucemiller commented 1 year ago

Actually, not so much the bibtex part as the citation style. And LaTeXML can do numeric style (or used to :>), so not sure why it isn't doing it here; Have to look at the source & see what happened.