I sent a tex file to a copyeditor to work on. He sent back the lyx file. I accepted track change, and tried to compile, but it doesn't work. Then I noticed all the paths are wrong now.
For example.
This was original:
Code: Select all
\begin{centering}
\includegraphics{table/table6}
\end{centering}
Code: Select all
\begin{centering}
\includegraphics{../../Downloads/table/table6}
\end{centering}
Thanks.