Skip to content

Glossary

BibTeX: bibliographic records as plain text, formatted at compile time

BibTeX stores bibliographic records as plain text, one entry per source, each tagged with a type such as @article or @book and a unique citation key. A LaTeX document pulls from the .bib file and builds the reference list automatically, so switching styles means editing one line rather than every entry.

Why it matters when you are writing

The appeal is separation of concerns. Your .bib file holds the facts about each source; the style file decides how those facts are punctuated and ordered. Change the bibliography style and the entire list re-formats, which is what makes BibTeX worth the setup cost when you are submitting the same manuscript to journals with different requirements.

Two things break more BibTeX builds than anything else. The first is capitalization: many styles lowercase titles, so a proper noun needs protecting inside braces — title = {Framing Uncertainty in {P}olicy {T}exts} — or it will come out wrong and you will not notice until the proofs. The second is duplicate or unstable citation keys, which is why a convention like surnameYearFirstword is worth adopting on day one.

Entries exported from publisher sites and databases are convenient and frequently wrong: missing DOIs, journal names abbreviated inconsistently, page ranges with the wrong dash, author fields that mangle particles like “van der.” Treat an export as a draft. Reading the .bib file once, in full, before you submit is faster than answering a copy editor’s queries afterward.

IN PRACTICE

An @article entry

@article{okonkwo2021framing, author = {Okonkwo, Adaeze and Reyes, Luis}, title = {Framing Uncertainty in {P}olicy {T}exts}, journal = {Journal of Applied Linguistics}, year = {2021}, volume = {42}, number = {3}, pages = {44--61}, doi = {10.1234/jal.2021.0423}}

OFTEN CONFUSED WITH

What BibTeX is not

BibLaTeX
BibLaTeX is a newer package with richer fields and full Unicode support; it reads .bib files but is not the same processor as BibTeX.
RIS
RIS is the interchange format most reference managers export for Word workflows; BibTeX is the format LaTeX consumes directly.

Questions about bibtex

What is a citation key?

The short label after the entry type — okonkwo2021framing — that you pass to \cite{}. Keep the scheme consistent and stable, because renaming a key means finding every citation that used it.

Why is my title lowercased in the bibliography?

Many BibTeX styles apply sentence case. Protect words that must keep their capitals by wrapping them in braces inside the title field.

Can I use BibTeX outside LaTeX?

The .bib format is plain text, so most reference managers import and export it. Formatting a bibliography from it, though, is a LaTeX toolchain job.

Write it once.
Prove you wrote it.

Copyeditor is an academic writing workspace — structured drafting, citations that build their own bibliography, and a signed record of how your document came together.

Apply for beta

*Beta opens this season — starting with students and researchers.

The Copyeditor writing workspace