Style Request: BibTeX's plain style

edited 2 days ago
Hello,

I am looking for a reproduction of BibTeX's plain.bst style in CSL: http://ftp.cs.stanford.edu/pub/tex/bibtex/plain.bst

Link to the official BibTeX CTAN package with plain.bst and other common styles that have no CSL reproduction (abbrv.bst, siam.bst, unsrt.bst): https://www.ctan.org/tex-archive/biblio/bibtex/base

In-text citation:
[1]
[1, 2] (consecutive citations are merged)

Bibliography (the text between underscores "_blabla_" denotes italic text):

[1] John L. Campbell and Ove K. Pedersen. The varieties of capitalism and hybrid success.
_Comparative Political Studies_, 40(3):307–332, 2007.

[2] Isabela Mares. Firms and the welfare state: When, why, and how does social policy matter
to employers? In Peter A Hall and David Soskice, editors, _Varieties of capitalism. The
institutional foundations of comparative advantage_, pages 184–213. Oxford University Press,
New York, 2001.

I give more examples in the screen captures of my next message below. Here is also a publicly available paper using BibTeX's plain bibliography style (and the LIPIcs template): https://arxiv.org/pdf/2405.10057

For the context, I am developing a reproduction of the Dagstuhl LIPIcs article format (https://typst.app/universe/package/para-lipics) in Typst, a modern alternative to LaTeX. However, LIPIcs relies on the old plain.bst style of BibTeX, and Typst only uses Zotero's CSL standard for handling bibliography. Therefore, I'm looking for a CSL equivalent of plain.bst.

I wouldn't be surprised if other publishers, apart from Dagstuhl, also rely on BibTeX's old styles, instead of writing their own CSL style.

Thanks.

EDIT: Added citation examples
Sign In or Register to comment.