Using BibTeX
The bibtex file should be at the following location:
~/.config/bystrotex.bib |
Add in the headers of the .scrbl file:
(require bystroTeX/bibtex) |
Then you get the commands @cite{...} and @bibliography[]. They work as usual, except for:
you should explicitly put square bracket, e.g.: [@cite{AuthorA:1989}]
if you need several citations together, use: [@cite{AuthorA:1989},@cite{AuthorB:1990}]