pdflatex is giving me problems since Friday 3rd, October 2015. Apparently babel and some font definitions are making it stall. From the pdflatex.log I copied the following message:
2015-10-05 22:24:37,344+0200 FATAL pdflatex - GUI framework cannot be initialized.
2015-10-05 22:24:37,344+0200 FATAL pdflatex - Info:
2015-10-05 22:24:37,344+0200 FATAL pdflatex - Source: Libraries\MiKTeX\UI\Qt\mikuiqt.cpp
2015-10-05 22:24:37,345+0200 FATAL pdflatex - Line: 50
The error message when trying to run pdflatex in the console is "This application failed to start because it could not find or load the Qt platform plugin "windows".
Here is a MWE
\documentclass[final,authoryear,5p,twocolumn,times]{elsarticle}
\begin{document}
\begin{frontmatter}
\title{Some title\tnoteref{t1}}
\date{\today}
\begin{abstract}
\noindent abstract.
\end{abstract}
\end{frontmatter}
\section{Introduction}\label{sec:intro}
Over the past two decades, there has been a marked shift.
\end{document}
