General ⇒ How should I edit my bibliography style
-
- Posts: 4
- Joined: Mon Aug 18, 2008 8:08 pm
How should I edit my bibliography style
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
How should I edit my bibliography style
we do not know the particular template you are using. Please provide a minimal working example of your situation attaching, if necessary, that template.
I do not intend to be rude but if you are using a customised non-standard document class, maybe you should also consider contacting the creator of that class.
Re: How should I edit my bibliography style
\usepackage[square, comma]{natbib}
This adds the natbib package and modifes the citation style to what you requested. This works for me, even with a custom bibliography style file.
You can read the attached file for details.
- Attachments
-
- bibtex_guide.pdf
- (144.02 KiB) Downloaded 219 times
-
- Posts: 4
- Joined: Mon Aug 18, 2008 8:08 pm
Re: How should I edit my bibliography style
- Attachments
-
- ThesisPSnPDF.cls
- (9.6 KiB) Downloaded 248 times
-
- Posts: 4
- Joined: Mon Aug 18, 2008 8:08 pm
How should I edit my bibliography style
Code: Select all
\bibpunct{[}{]}{,}{n}{}{;}
Thanks a million.