LaTeX Latex - Multiple references in one citation

AI Thread Summary
The discussion centers on the challenge of formatting citations in LaTeX using the elsarticle class and the elsarticle-num.bst bibliography style. The user seeks to achieve a "through" citation format, which consolidates references into a single entry, but is currently getting a full listing of citations instead. It is noted that the bibliography style is responsible for this formatting issue. Recommendations include exploring other bibliography styles, such as those provided by REVTex, which can achieve the desired citation format. Additionally, creating a custom bibliography style using tools like Merlin is suggested as a potential solution for those familiar with LaTeX customization.
minger
Science Advisor
Messages
1,494
Reaction score
2
Guys,

I am trying to get my citations to do a "through" type thing, ala,. . .gotten using this method [1-4].

Rather, I am getting an entire listing, ala. . . gotten using this method [1, 2, 3, 4].

I am simply using
Code:
. . . gotten using this method~\cite{ref1,ref2,re3,ref4}.
which from what I understand should be enough. Is there an issue with my bibstyle?

I am using the elsarticle class and elsarticle-num.bst if anyone is familiar with them. I have access to the other .bst classes if anyone can recommend one to remedy this situation.
 
Physics news on Phys.org

Similar threads

Replies
1
Views
7K
Replies
5
Views
5K
Replies
5
Views
3K
Replies
5
Views
4K
Replies
3
Views
3K
Replies
34
Views
4K
Back
Top