BibTeX, biblatex and biberFormatting Biblo References

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
sw3quant
Posts: 76
Joined: Tue Nov 02, 2010 11:40 pm

Formatting Biblo References

Post by sw3quant »

I am using win7, WinEdt 6, JABREF and MikTex.

I am currently using a Journal template from http://www.elsevier.com/author-schemas/ ... ment-class as the journal I am submitting to doesn't use latex. Thus I use:

Code: Select all

\usepackage{cite}
\bibliographystyle{elsarticle-harv}
I have been asked to submit references in the format "Smith [2000]" when a reference is referred to in the main body of the text (note the square brackets).

How can I enforce this? Do I have to use another biblo style file? Which one?

(I tried \usepackage[square]{natbib} but this just gives an "option clash error", so I guess its wrong).

Thank You

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Formatting Biblo References

Post by localghost »

For an adequate problem description please prepare a self-contained and minimal example.


Thorsten
Post Reply