On Fri, Dec 13, 2013 at 12:02 AM, Scott Kostyshak <[email protected]> wrote: > I can reproduce with LyX 2.1git on Ubuntu 13.10 and TeX Live 2013: > > 1. Open examples/JASA.lyx > 2. Go to Document > Settings > Fonts and click on "Use non-TeX fonts". > 3. Change the three fonts to "FreeSans" > 4. Export to PDF with XeTeX or LuaTeX. > > Eventually a dialog appears with <<The command xelatex "JASA.tex" has > not yet completed. Do you want to stop it?>> > > Exporting to .tex (XeTeX), I get the following: > > No file JASA.bbl. > [3] > ! Missing number, treated as zero. > <to be read again> > \aftergroup > l.116 - > -------------------- > ? Output written on JASA.pdf (3 pages). > Transcript written on JASA.log. > > Is LyX supposed to catch this when parsing the output and fail?
This is not a LyX issue. xelatex and lualatex run in an infinite loop, as far as I can tell. This can be seen by exporting and running with xelatex or lualatex. My log file goes over 100 MB within 10 seconds. I'm not sure what to do about this. The class file is old (from 2007) and it appears not to be maintained anymore: http://tex.stackexchange.com/a/77848/12212 A minimal example is attached. Removing \batchmode or \begin{figure}...\end{figure} eliminates the problem. Is there anywhere I should report this to? Scott
JASA_mwe.tex
Description: TeX document
