Search found 2 matches

by iceui2
Mon Aug 02, 2010 3:36 am
Forum: BibTeX, biblatex and biber
Topic: In-text citation: Change [1][2][3][4] to [1]-[4]
Replies: 3
Views: 4471

In-text citation: Change [1][2][3][4] to [1]-[4]

Cool thanks. I found that I actually had to download the package from here before I could use it: ftp://indian.cse.msu.edu/pub/mirrors/CT ... e/cite.sty

And using "\usepackage[superscript]{cite}" solved the superscript problem.
by iceui2
Sun Aug 01, 2010 10:35 pm
Forum: BibTeX, biblatex and biber
Topic: In-text citation: Change [1][2][3][4] to [1]-[4]
Replies: 3
Views: 4471

In-text citation: Change [1][2][3][4] to [1]-[4]

Hey so I'm new to LaTeX and I'm having trouble changing the in-text references from [1][2][3][4] to [1]-[4].

Currently, I just add the citations like this\cite{1}\cite{2}\cite{3}\cite{4}, which produces [1][2][3][4]. What should I change so that it produces [1]-[4]? Thanks!

On a side note, is ...