BibTeX, biblatex and biber ⇒ In text References
-
- Posts: 2
- Joined: Wed Jul 13, 2011 9:09 pm
In text References
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
- Attachments
-
- Intext-References-01.png (12.67 KiB) Viewed 4802 times
-
- Intext-References-02.png (6.19 KiB) Viewed 4802 times
-
- Intext-References-03.png (10.66 KiB) Viewed 4802 times
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
-
- Posts: 2
- Joined: Wed Jul 13, 2011 9:09 pm
Re: In text References
\cite{ref1} \cite{ref2}
while I found the syntax that works to be:
\cite{ref1, ref2}