Here is my whole bib file Refs.bib
@book{Shalev,
author = {Shalev-Shwartz, Shai and Ben-David, Shai},
title={Understanding Machine Learning},
year={2014},
publisher ={Cambridge University Press, NY},
}
I am trying to run BibTex on it. The Texmaker outputs an error:
"I couldn't open file name `Refs.aux'
Process exited normally"
The TexWorks does not output anything: it just hangs indefinitely.
What is going on?
.texfile and not on the.bibfile. You can only run BibTeX after you have successfully run LaTeX on your main.texfile. This means you compile your main.texfile with LaTeX, BibTeX, LaTeX, LaTeX. – moewe May 02 '20 at 16:00