Am Freitag, den 03.03.2017, 23:42 +0100 schrieb Matěj Cepl: > On Fri, 2017-03-03 at 15:59 -0500, Scott Kostyshak wrote: > > Can you make a more minimal example? For more information, see: > > Well, my original example didn’t seem that horribly large, but > here we are. > > When running in LyX via PDF(xelatex), it fails (working directory > preserved again on https://mcepl.fedorapeople.org/tmp/lyx-workdir > .zip ), when I export to the LaTeX file and process manually with > latex and bibtex, everything works fine. > > Any thoughts?
The gb4e package, which is used in the document, makes the characters ^
and _ active in order to allow for quick sub- and superscript outside
math. This breaks with some packages, as well as with XeTeX and LuaTeX.
Add
\noautomath
immediately after
\usepackage{gb4e}
in the preamble.
See egreg's explanations for details:
http://tex.stackexchange.com/questions/101300/cant-compile-xelatex-docu
ment-with-biblatex-and-gb4e-together
HTH
Jürgen
>
> Matěj
>
signature.asc
Description: This is a digitally signed message part
