On Mon, May 20, 2013 at 5:08 AM, Jürgen Spitzmüller <sp...@lyx.org> wrote: > Scott Kostyshak wrote: >> The commit that git bisect lead me to and the diff between the >> pdflatex .tex files of before and after the following commit (which is >> the same as the diff between the output from before and current trunk) >> is pasted below. After adding the English class option and adding >> babel to the preamble, the export works fine. Is this what should be >> done to the document or is it an internal issue?
At commit a78bed06, export of the Chinese Tutorial works fine, but starting with the next commit (a8a2bd46), export is broken again. I think this is because if you export to pdflatex the file has encoding latin1 whereas before it had encoding utf-8. Scott