General ⇒ question about Latex references
-
- Posts: 7
- Joined: Sun Jul 04, 2010 7:07 pm
question about Latex references
I'd like my references to be completely listed when I cite them. For example,
Instead of "it has been shown in [55-58]"
I would like "it has been shown in [55],[56],[57,[58]"
How do I do that? I am using \bibliographystyle{plain}
Thanks.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: question about Latex references
-
- Posts: 7
- Joined: Sun Jul 04, 2010 7:07 pm
Re: question about Latex references
\documentclass[11pt]{article}
\usepackage{epsfig,cite,times,fullpage,wrapfig,titlesec,longtable,url,selectp}
\usepackage[paper=letterpaper]{geometry}
By the way, a small correction to how I need the references to look:
I would like like this: "it has been shown in [55,56,57,58]".
Thanks again.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: question about Latex references
-
- Posts: 7
- Joined: Sun Jul 04, 2010 7:07 pm
Re: question about Latex references
Any other advice? Thanks.
question about Latex references
Try changing:
Code: Select all
\usepackage{epsfig,cite,times,fullpage,wrapfig,titlesec,longtable,url,selectp}
Code: Select all
\usepackage[nocompress]{cite}
\usepackage{epsfig,times,fullpage,wrapfig,titlesec,longtable,url,selectp}
-
- Posts: 7
- Joined: Sun Jul 04, 2010 7:07 pm