Bibtex is a powerful tool to manage your references in scientific writing by using LaTeX. However, the bibtex sources can be messy in the wild. Here are some useful tips to prepare a beautiful and clean bibtex file.
- Instead of searching from Google, it might be more convenient to search the corresponding paper or author in DBLP. There is an option to choose the
export recordas theBibTeX. - It will be more efficient to use some text editor like
Vimto facilitate your editing. However, there is a steep learning curve to manage theVim. - Be careful to include unnecessary components in your bib. For example, it will take extra space if you include
urlanddoi. Note that most publishers have a strict rule on the page length. - If the corresponding paper is not published yet, i.e., just accepted or in press, there is usually NO
pages,volumeandnumberrelated information. Instead, we just need to amend anotecomponent in the bibtex: note={accepted for publication}.
In the following paragraphs, we mainly focus on three types of publications to give you some tangible examples.