(v0.8.0) BibTeX

Finally, texspark supports BibTeX! For the past while I’ve been heads-down writing a full-length book, where citations never really came up — but now that the manuscript is done and I’m back to research papers, I needed BibTeX again. So here it is.

BibTeX

  • BibTeX tab in the sidebar. Next to Outline and Labels, a new BibTeX tab lists every entry from the .bib files your project references (\addbibresource / \bibliography), discovered recursively across \input / \include. Filter as you type.
    • Click — insert \cite{key} at the editor cursor
    • Double-click — open the .bib file at that entry
  • Citation autocompletion. Typing \cite{, \citep{, \citet{ (and friends) now suggests your BibTeX keys, the same way \ref{ offers labels — one source of truth, drawn from the same entries.
  • .bib syntax highlighting. Open a .bib file and entry types, field names, citation keys, and braces are colored to match your theme.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *