When I run the script I get teh following error:
!LaTeX Error: Command \nobreakspace unavailable in encoding T1.
... then it terminates.
Here is the offending section of the script
Code: Select all
\begin{figure}[htb]
\adjustbox{trim=1.3cm 14.7cm 3cm 4.7cm,clip}{%
\includegraphics{filename}
}
\caption{the caption}
\label{figg}
\end{figure}