I am using TexShop 3.5.1, Bibdesk 1.6.3, on Mac OS 10.10.3. I am trying to compile a bibliography on a latex document that previously successfully compiled. Since then I have updated from the previous Mac OS 10.9 to Yosemite (10.10.3).
Now when I compile using the Applescript Bibliography option on TexShop, the console nicely scrolls by as usual and a pdf is generated (as expected) with citations indicated by question marks. But at the next step, when it is time to generate the .bbl file, the console goes blank and no script rolls by. I then have to "abort" the console (and usually TexShop freezes and I have to "force quit" the application).
Same thing happens if I do the latex and biblatex steps separately. Tried removing aux files, no help.
Other complication: I was previously using biblatex before Yosemite upgrade, but present file uses bibtex and have changed over to bibtex by altering preferences in TexShop.
Simplest MWE I could think of:
\documentclass[11pt, oneside]{article} % use "amsart" instead of "article" for AMSLaTeX format
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{letterpaper} % ... or a4paper or a5paper or ...
%\geometry{landscape} % Activate for for rotated page geometry
%\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % Use pdf, png, jpg, or eps§ with pdflatex; use eps in DVI mode
% TeX will automatically convert eps --> pdf in pdflatex
\usepackage{amssymb}
\title{Brief Article}
\author{The Author}
%\date{} % Activate to display a given date or no date
\bibliographystyle{journal}
\begin{document}
\maketitle
%\section{}
%\subsection{}
Please work \cite{Smith:2008aa,Jones:2002aa}. I beg you \cite{Smith:2007aa}.
\bibliography{learned}
\end{document}
journalbe found? – Mico May 09 '15 at 08:06Smith…references? It would be easier for us to track the error. I also use TeXShop and MacTeX-2014 on Yosemite. Note that you don't need to use the terminal to run LaTeX, BibTeX, etc, … separetely. You can also use theTypesetmenu and button accordingly: first with LaTeX, then once with BibTeX, and then twice again with LaTeX. – Franck Pastor May 09 '15 at 08:48bstfile is done usingmakebstwhich has the habit of introducing faults. I am not sure if this make texshop behave the way it does, but in order to get good results, thebstshould be fixed. – Johannes_B May 09 '15 at 08:54makebstintroducing the same error. Please have a look at Debugging a custom-bib bst file that crashes on book items – Johannes_B May 09 '15 at 09:01biblatex. With biblatex, you can customize your bibliography using LaTeX macros. – Johannes_B May 09 '15 at 09:04