Bibliography

BibTeX Works in Typst

Good news: you don't need to convert anything. Typst has native BibTeX support. Your existing .bib files work directly.

No Conversion Required

Unlike other LaTeX-to-Typst conversions, your bibliography files work as-is. Typst reads standard .bib files directly.

Just add #bibliography("refs.bib") to your document and cite with @key syntax.

Native BibTeX Support

Typst reads .bib files directly. No conversion needed.

Simple Citation Syntax

Just use @key to cite. Much cleaner than \cite{key}.

Multiple Styles

IEEE, APA, Chicago, and more citation styles built-in.

Instant Preview

See formatted citations update as you type.

How to Use BibTeX in Typst

1. Add your bibliography file
// At the end of your document
#bibliography("refs.bib")

// Or with a specific style
#bibliography("refs.bib", style: "ieee")
2. Cite sources in your text
StyleTypst CodeOutput
Basic citation@smith2023[1]
With page number@smith2023[p. 42][1, p. 42]
Multiple citations@smith2023 @jones2024[1, 2]
Prose citation#cite(<smith2023>, form: "prose")Smith (2023)

Supported Citation Styles

IEEE
APA
Chicago (author-date)
Chicago (notes)
MLA
Harvard
Vancouver
Nature
American Chemical Society
American Physical Society

Using Zotero?

TypeTeX has direct Zotero integration. Connect your library and cite papers without exporting .bib files manually.

Connect Zotero

FAQ

Do I need to convert my .bib file?

No! Typst reads standard BibTeX files directly. Just point to your .bib file and start citing.

What citation styles are supported?

Typst includes IEEE, APA, Chicago, MLA, Harvard, Vancouver, Nature, ACS, APS, and more. You can also create custom styles.

How do I cite multiple sources?

Just list them: @smith2023 @jones2024. Typst will format them appropriately for your chosen style.

Can I use Zotero with Typst?

Yes! Export your Zotero library to BibTeX format, then reference the .bib file in Typst. TypeTeX also has direct Zotero integration.

What about BibLaTeX?

Typst supports BibTeX format. Most BibLaTeX files work directly, though some advanced fields may be ignored.

Ready to Try Typst?

Your BibTeX files work out of the box. Experience instant compilation and cleaner citation syntax.

Start Writing Free

Related Resources

BibTeX to Typst Bibliography 2026 | Citation Converter | TypeTeX | TypeTeX