Hello again, This time with a smaller patch that works around LaTeX peculiarities. When LaTeX encounters \verb inside another command it's expanding, it can panic and compilation fails. This occurs inside \section commands, and so it's worth modifying the default header format function to convert any instances of \verb to \texttt, as that can actually compile successfully. See https://www.texfaq.org/FAQ-verbwithin for more info. -- Timothy