Search found 2 matches

by Dochollywood1
Thu Jul 14, 2011 11:35 am
Forum: BibTeX, biblatex and biber
Topic: In text References
Replies: 1
Views: 3513

Re: In text References

I solved this myself. I was using the wrong syntax. For example, to cite two references I would write:
\cite{ref1} \cite{ref2}
while I found the syntax that works to be:
\cite{ref1, ref2}
by Dochollywood1
Wed Jul 13, 2011 11:32 pm
Forum: BibTeX, biblatex and biber
Topic: In text References
Replies: 1
Views: 3513

In text References

I am a fairly new user to LaTeX. I am currently writing my thesis and I am using the achemso style for my bibliography and a thesis class from my university.
I have encountered a strange problem. My intext references are not separated by commas. A friend of mine who is using the same bibliography ...