Using the Docx2Latex add on within google docs, I exported my document into latex. Unfortunately the latex does not compile using latex or pdflatex or lualatex.
I get this error
Runaway argument?
{
! Paragraph ended before \f@nch@def was complete.
\par
l.114 \end{FlushRight}}
from this segment of latex code,
\chead{
%%%%%%%%%%%%%%%%%%%% Figure/Image No: 1 starts here %%%%%%%%%%%%%%%%%%%%
\begin{figure}[H]
\begin{FlushRight} \includegraphics[width=1.19in,height=0.35in]{./theme/theme1.xml}
\end{FlushRight}\end{figure}
%%%%%%%%%%%%%%%%%%%% Figure/Image No: 1 Ends here %%%%%%%%%%%%%%%%%%%%
\setlength{\parskip}{9.96pt}
\begin{FlushRight}
\end{FlushRight}}
The theme subdirectory does not exist, but even putting such a directory there, with a theme1.xml does not fix the problem.
How are these documents being compiled?