Create own BibTeX style or customize existing one?

前端 未结 4 1061
情话喂你
情话喂你 2021-01-11 17:59

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
相关标签:
4条回答
  • 2021-01-11 18:31

    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.
    
    0 讨论(0)
  • 2021-01-11 18:32

    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.

    0 讨论(0)
  • 2021-01-11 18:45

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

    What style are you trying to conform to?

    0 讨论(0)
  • 2021-01-11 18:48

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

    0 讨论(0)
提交回复
热议问题