I am trying to include the bibliography in a file I'm writing. The editor I'm using is TeXShop (OS is mac OSX).
I'm following a tutorial where I found that to include the bibliography using Biber I need a .bib file and the following commands:
\usepackage[autostyle]{csquotes}
\usepackage[backend=biber]{biblatex}
\addbibresource{bib_file.bib}
and then
\printbibliography
Then it says that, in order to make the bibliography appear in the document, I should:
- Compile
- Run Biber from the editor
- Re-compile twice
But how do I run Biber from TeXShop?
PS I've already set Biber as my default BibTeX Engine in Preferences/Engine, but I don't know how to run it. If I simply compile the document (i.e. press "Typeset") no bibliography will appear.
SHIFT+CMD+B. – moewe Aug 05 '16 at 16:40latexmkorararato run all the necessary commands for you with one click: all-in-one-engine for TeXShop & How to use arara with TeXShop – moewe Aug 05 '16 at 16:45biberas well. – Alan Munn Aug 05 '16 at 19:14