Search found 4 matches

by R_i_W
Fri Jan 20, 2012 7:45 pm
Forum: BibTeX, biblatex and biber
Topic: Short Style Journal References in Bibliography
Replies: 2
Views: 8003

Re: Short Style Journal References in Bibliography

Thanks Frits, that is useful for a manual way of doing things.

I just wondered if there was an automated bibtex style which would produce the results. Upon further thought, given the vast number of journals out there, I highly doubt someone has made a style to include all their abbreviated names ...
by R_i_W
Thu Jan 19, 2012 6:56 am
Forum: BibTeX, biblatex and biber
Topic: Short Style Journal References in Bibliography
Replies: 2
Views: 8003

Short Style Journal References in Bibliography

Hi,

I'm looking for a way to display reduced-style journal article references in my bibliography. This is a standard format used in journals e.g.

A. Person et al., Journal Abbbreviation Vol, Page (2012)
as opposed to:
A. Person, J. Smith, P. Jones, "The use of Latex in journals", Journal of Latex ...
by R_i_W
Sat Sep 24, 2011 2:24 pm
Forum: Text Formatting
Topic: Cite consecutive References as Range instead of List
Replies: 2
Views: 4054

Re: Cite consecutive References as Range instead of List

Many thanks, fixed it perfectly!
by R_i_W
Fri Sep 23, 2011 6:24 pm
Forum: Text Formatting
Topic: Cite consecutive References as Range instead of List
Replies: 2
Views: 4054

Cite consecutive References as Range instead of List

Hi,

I'm trying to cite many references at the beginning of a report and want them to appear as [1-5]. I read that Latex should automatically identify consecutively number references and do this for you, although when I list: \cite{ref1,ref2,ref3,ref4,ref5} the output appears as [1,2,3,4,5].

Is ...