BibTeX, biblatex and biber ⇒ "et al." doesn't typset properly
-
- Posts: 1
- Joined: Sat Jun 26, 2010 11:19 am
"et al." doesn't typset properly
I would like to either force the citation key to be something of my choosing (say, [BPA91]) or to format the "et al." so BiBTex recognizes it properly
I have tried the permutations listed below, the stuff after the ---> denotes what the entry becomes after it is typeset.
author={B.P. Abbott et al.} ---> B.P. Abbott et al.
author={et al., B.P. Abbott} ---> B.P. Abbott et al.
-the citation key for both of the above comes out to be [ea91], can I force this to be something of my choosing?
author={B.P. Abbott and et al.} ---> B.P. Abbott and et al.
author={B.P. Abbott, et al.} ---> et al. B.P. Abbott
I can't list all the authors and let BiBtex display "et al", since there are literally 100 or so authors on this paper. (I've also tried including only 20 authors to get it to display "et al." an it has displayed all 20).
thanks for any help you can offer
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
"et al." doesn't typset properly
Code: Select all
author = {Other, A.N. and Blogg, F. and Author, T. }
Code: Select all
author = {Other, A.N. and others}