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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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