BibTeX, biblatex and biberShorter author list in the bibliography using apalike.bst

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
droog
Posts: 2
Joined: Sun Jan 24, 2010 3:01 pm

Shorter author list in the bibliography using apalike.bst

Post by droog »

Dear Latex Users,

I am drafting a long manuscript containing over 300 references, some of them have a rather long list of author names (see http://www.ncbi.nlm.nih.gov/pubmed/20075255). This causes my bibliography section to grow very long. As I am not an expert on bibliography styles I was wondering if anyone knew how to adapt the apalike.bst bibliography style to shorten e.g. the list of authors in the bibliography to the first 9 ones and then using "... and Doe, J. and others"?

I found something similar in the agu04.bst style but I not smart enough to port it to the apaplike.bst style file.

Regards, droog

Recommended reading 2024:

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

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

droog
Posts: 2
Joined: Sun Jan 24, 2010 3:01 pm

Shorter author list in the bibliography using apalike.bst

Post by droog »

Dear Latex Users,

In the meanwhile I found a solution. You can use the following command to create a custom bibliography style file:

Code: Select all

latex makebst
After a series of questions you get the a *.bst file with all the features you want --- so e.g. also the short author list with only a maximum of nine authors ;).

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

Shorter author list in the bibliography using apalike.bst

Post by localghost »

It should be mentioned that this requires an installed custom-bib package.


Best regards
Thorsten
tunamaccheese
Posts: 4
Joined: Sat Apr 24, 2010 6:57 pm

Re: Shorter author list in the bibliography using apalike.bs

Post by tunamaccheese »

Are style files generated with 'latex makebst' compatible with natbib?

Thanks,

--Jordan
tunamaccheese
Posts: 4
Joined: Sat Apr 24, 2010 6:57 pm

Re: Shorter author list in the bibliography using apalike.bs

Post by tunamaccheese »

Dear all,

I believe I found a couple resources that indicate that this is possible:

http://www.medicalnerds.com/latex-bibli ... nd-styles/

http://www.latex-community.org/forum/vi ... f=4&t=2024

Sorry for not finding these before posting.

--Jordan
Post Reply