BibTeX, biblatex and biber ⇒ Too many authors
Too many authors
I have too many authors and all the bib styles I have used don't reduce them down to et al, is there a style that does this?
Thanks
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
Too many authors
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Too many authors
I've tried unsrt and ieeetr and plain. But i want it to be in the same order as unsrt..... I'm not sure if it is too big a deal I just want it to look a bit neater...
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Too many authors
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Too many authors
This is what they ook like now
[1] Edsger C. P. Smits, Simon G. J. Mathijssen, Paul a. van Hal, Sepas Setayesh,
Thomas C. T. Geuns, Kees a. H. a. Mutsaers, Eugenio Cantatore,
Harry J. Wondergem, Oliver Werzer, Roland Resel, Martijn Kemerink,
Stephan Kirchmeyer, Aziz M. Muzafarov, Sergei a. Ponomarenko, Bert
de Boer, Paul W. M. Blom, and Dago M. de Leeuw. Bottom-up organic
integrated circuits. Nature, 455(7215):956{959, October 2008.
which is fine, but is it possible to get the author name shortened to first author + et al?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Too many authors
Code: Select all
\begin{filecontents*}{\jobname.bib}@BOOK{knuth84,author={Donald Ervin Knuth},title={The \TeX book},year={1984},publisher={Addison-Wesley}}@BOOK{lamport94,author={Leslie Lamport},title={\LaTeX\ - A Document Preparation System},note={User's Guide and Reference Manual},year={1994},publisher={Addison-Wesley},edition={Second}}@BOOK{mitgoo04,author={Frank Mittelbach and Michel Goossens},title={The \LaTeX\ Companion},year={2004},publisher={Addison-Wesley},edition={Second}}@BOOK{goomit07,author={Michel Goossens and Frank Mittelbach and Sebastian Rahtz and Denis Roegel and Herbert Voss},title={The \LaTeX\ Graphics Companion},year={2007},publisher={Addison-Wesley},edition={Second}}\end{filecontents*}\documentclass[11pt,a4paper,english]{article}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\usepackage{babel}\usepackage[margin=2cm]{geometry}\usepackage{csquotes}\usepackage{biblatex}\bibliography{\jobname}\begin{document}\nocite{*}\printbibliography
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Too many authors
http://www.tug.org/texlive/Contents/liv ... _HOWTO.pdf