Search found 7 matches

by cool_divya_4u
Thu Jul 08, 2010 11:01 pm
Forum: General
Topic: question about Latex references
Replies: 6
Views: 2325

Re: question about Latex references

Thanks a lot. The nocompress option for \cite did the trick.
by cool_divya_4u
Thu Jul 08, 2010 6:58 pm
Forum: General
Topic: question about Latex references
Replies: 6
Views: 2325

Re: question about Latex references

If I use one \cite per reference then it shows up as "[55],[56],[57]". I would like it to look as "[55,56,57]".

Any other advice? Thanks.
by cool_divya_4u
Thu Jul 08, 2010 5:38 pm
Forum: General
Topic: question about Latex references
Replies: 6
Views: 2325

Re: question about Latex references

Here are packages I am using:
\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 ...
by cool_divya_4u
Thu Jul 08, 2010 5:11 pm
Forum: General
Topic: question about Latex references
Replies: 6
Views: 2325

question about Latex references

Folks,

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.
by cool_divya_4u
Sun Jul 04, 2010 7:38 pm
Forum: General
Topic: How to prevent a newline for a new section
Replies: 6
Views: 4025

Re: How to prevent a newline for a new section

By the way, I am using titlesec package to reduce section title fontsize. Can I use the same package to prevent the lines as well? If so, do you mind letting me know?
by cool_divya_4u
Sun Jul 04, 2010 7:16 pm
Forum: General
Topic: How to prevent a newline for a new section
Replies: 6
Views: 4025

Re: How to prevent a newline for a new section

Thanks for your reply. I am using article class, and using \section, \subsection, and \subsubsections for the sections.
by cool_divya_4u
Sun Jul 04, 2010 7:10 pm
Forum: General
Topic: How to prevent a newline for a new section
Replies: 6
Views: 4025

How to prevent a newline for a new section

Folks,

Latex always leaves a line, and text goes on the line below when we create a new section or subsection or subsubsection. Is there a way to prevent this? That is, the text begins on the same line?