General ⇒ using one bracket for referencing rather than two
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
using one bracket for referencing rather than two
I want to have a reference to appear in my pdf as [1, 2, 3]. I tried to use in latex \cite{,,,}, but it always give me [1] [2] [3], please inform the right way.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
using one bracket for referencing rather than two
Code: Select all
\cite{ref1,ref2,ref3}
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 30
- Joined: Fri Nov 23, 2007 12:56 am
Re: using one bracket for referencing rather than two
Thanks for the follow up. I already did what you said but it is not working. Can you please have a look at this simple latex file. It generates [][][] while I wrote in latex \cite{,,,}
Thanks in advance
- Attachments
-
- LaTeX1.tex
- (475 Bytes) Downloaded 642 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
using one bracket for referencing rather than two
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10