BibTeX, biblatex and biberForcing Et Al.

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

Forcing Et Al.

Post by sw3quant »

I am running WinEdt 6, Jabref, win7 and miktex.

I enter my authors into JABREF as:

author = Orti, E. and Bredas, J.L. and Clarisse, C.

I wish if there is more than one author to have "Orti et al" shown. How can I do this please?

thank you

Code: Select all

\documentclass[10pt]{article}
\usepackage[numbers]{natbib}
\begin{document}
hi \citep{ref1}
\bibliographystyle{unsrt}
\bibliography{D:/myBib}
\end{document}

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

Forcing Et Al.

Post by localghost »

For an adequate problem description please prepare a self-contained and minimal example to avoid speculations, guesswork and random shots. You are not new to the forum hence you should know this very well.

The requested example should contain at least one complete bibliography database entry with the already mentioned authors that demonstrates the problem. Finally reading the natbib manual can't do any harm. I'm quite sure that the solution can be found there.


Thorsten
Post Reply