I'm using texshop on a Mac, and for some reason it's not generating bbl files upon first compilation. My source code starts out like this:
\documentclass[12pt,reqno]{amsart}
\usepackage{amsthm,amssymb,amstext,amscd,euscript,mathrsfs,amsfonts,amsbsy,amsxtra,latexsym,amsmath}
\usepackage{fullpage}
\usepackage[english]{babel}
\usepackage[latin1]{inputenc}
\usepackage{verbatim}
\usepackage{graphicx}
\usepackage[all]{xy}
\usepackage{enumitem}
\usepackage{bbm}
\numberwithin{figure}{section}
\allowdisplaybreaks
biblatex? Why is it taggedhyperref? You load lots of things, but don't seem to be using either of those packages. You are loading lots of pointless things: most of theamspackages are unneeded withamsclasses and several of them are unneeded even with standard classes, given the others. I'm think some of them are just overriding each other in terms of font configuration. I'd recommend switching TeXShop to use UTF-8 by default and amending the input encoding for new documents. – cfr Dec 18 '17 at 01:35biblatex). but of course that is crucial information for a question about the.bbl. Please provide a full, yet minimal MWE/MWEB that shows us what you are trying to do. – moewe Dec 18 '17 at 22:06biblatexas the tagging suggests, if not you should retag your question and read only the first link). – moewe Dec 18 '17 at 22:08.bblfiles are not generated upon the first compilation with LaTeX, they are generated by BibTeX/Biber and can only be written if an.aux/.bcffile is found (those are produced by a successful LaTeX run). – moewe Dec 28 '17 at 09:16