Create own BibTeX style or customize existing one?

2019-02-16 14:39发布

I'm looking for a way to define new BibTeX style or to customize existing one. I have two reasons for this:

  1. I want the author names/editors to be italic (for articles in book, book, magazines, encyclopedia etc)
  2. I want numbers at the beginning

Example:

  1. Secondname, B. Book title. Place Year. Site number.
  2. Article author, A. Article title. In: Book author, B, Book title, Place Year, site number.

Any suggestions?

P.S.: The OS is Ubuntu.

4条回答
祖国的老花朵
2楼-- · 2019-02-16 15:01

I'd recommend biblatex. It's not included yet with most TeX distributions at the authors request, but it is completely usable and very well documented. I think it will be less painful to use to get what you want, and also a better investment for the future as I think biblatex will quickly become the favored standard once it has it's 1.0 release.

查看更多
The star\"
3楼-- · 2019-02-16 15:05

I've used latex makebst to generate new one :)

查看更多
地球回转人心会变
4楼-- · 2019-02-16 15:16

Find a standard bibtex stylesheet for your citation style: IEEE, ACM, MLA, specific journal, etc.

What style are you trying to conform to?

查看更多
祖国的老花朵
5楼-- · 2019-02-16 15:21

You can try custom-bib :

This is the custom-bib package for generating customized BibTeX bibliography
styles from a generic file by means of the docstrip program that is part of
the LaTeX2e installation.
查看更多
登录 后发表回答