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 style and class does get intext references separated by commas.
I will upload three pics to better display the problem visually.
You can clearly see that in the picture at the bottom the intext references are not separated by commas where in my friends thesis her intext references are either separated by commas or hyphens (for more than two consecutive references). What is odd is that we are both using the same class file and bibliography style. The only difference is I am using a mac with TexShop and she is using a windows computer.
I would like Latex to add commas or hyphens accordingly.
Thanks in advance.
AD
BibTeX, biblatex and biber ⇒ In text References
-
- Posts: 2
- Joined: Wed Jul 13, 2011 9:09 pm
In text References
- Attachments
-
- Intext-References-01.png (12.67 KiB) Viewed 3492 times
-
- Intext-References-02.png (6.19 KiB) Viewed 3492 times
-
- Intext-References-03.png (10.66 KiB) Viewed 3492 times
Last edited by Dochollywood1 on Thu Jul 14, 2011 9:00 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 2
- Joined: Wed Jul 13, 2011 9:09 pm
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}
\cite{ref1} \cite{ref2}
while I found the syntax that works to be:
\cite{ref1, ref2}