Appearance
Bibliography Insertion
Import a .bib file

Insert bibliography via mode toolbar or
Insert->Automatic->Bibliography, then import a.bibfile.
Insert/Delete citations
Insert citation

Enter command mode with
\, typecite, pressEnter, paste the bibliography key, and pressEnteragain. UseCtrl+Shift+R/Command+Shift+Rto refresh bibliography.
Delete citation

Delete unused citation markers, then refresh bibliography with
Ctrl+Shift+R/Command+Shift+R.
Optional Reading: BibTeX Basics
BibTeX is a bibliography format usually used with LaTeX. A .bib file stores metadata such as author, title, journal, and year.
Basic BibTeX entry structure
bibtex
@article{citation_key,
author = {Author Name},
title = {Paper Title},
journal = {Journal Name},
year = {2023},
volume = {1},
number = {1},
pages = {1--10}
}Common entry types
@article: journal article@book: book@inproceedings: conference paper@phdthesis: PhD thesis@mastersthesis: master thesis@techreport: technical report@misc: miscellaneous
Common ways to get BibTeX
- Google Scholar
- arXiv
- Web of Science
- IEEE Xplore