Julien Rioux wrote:
Do you have funky "show changes in output" code?
No, the compilation crashes so that there is no pdf output. What seems
to produce problems is something like
\subsection{\lyxadded{Jannick}{Tue Nov 16 10:41:08 2010}{My New
Subsection}}
Vincent suggested to replace the following preamble lines
\renewcommand{\lyxadded}[3]{{\cbstart\color{lyxadded}{}#3\cbend}}
\renewcommand{\lyxdeleted}[3]{{\cbstart\color{lyxdeleted}\sout{#3}\cbend}}
by
\renewcommand{\lyxadded}[3]{{\protect\cbstart\color{lyxadded}{}#3\protect\cbend}}
\renewcommand{\lyxdeleted}[3]{{\protect\cbstart\color{lyxdeleted}\sout{#3}\protect\cbend}}
which repaired the situation to some extent. I suspect that there is
some confusion with brackets if a new section is inserted.
/J.